COLOR #F9CC58

HEX: #F9CC58 RGB: (249,204,88)

Color info

#F9CC58 contains mainly red and green colors. Web safe color of #F9CC58 is #FFCC66 (or #FC6).

RGB color model

#F9CC58 color RGB value is (249,204,88).

RGB: (249,204,88) (98%, 80%, 35%)

RGB channels and saturation

R 249 of 255 = 98%
G 204 of 255 = 80%
B 88 of 255 = 35%

249
204
88

R + G + B ~ 71%. #F9CC58 is quite light color.

Portions of RGB colors in percentages

R + G + B = 249 + 204 + 88 = 541 (100%)
R 249 of 541 ~ 46.03%
G 204 of 541 ~ 37.71%
B 88 of 541 ~ 16.27'%

%46.03
%37.71
%16.27

CMYK color model

#F9CC58 color CMYK value is (0,18,65,2).

  • cyan value is 0.00%
  • magenta value is 18.07%
  • yellow value is 64.66%
  • key color value is 2.35%

CMYK: (0,18,65,2)
C0M18Y65K2 (0%, 18%, 65%, 2%)
(0.00 / 0.18 / 0.65 / 0.02)

CMYK percentages

%0
%18.07
%64.66
%2.35

Codes

Color #F9CC58 in popluar color models

F9 CC 58
RGB 249 204 88
HSL 43° 93.06% 66.08%
HSB/HSV 43° 64.66% 97.65%
CMYK 0.00% 18.07% 64.66%
2.35%

Color #F9CC58 in popluar number systems.

HEX F9 CC 58
Decimal 249 204 88
Binary 11111001 11001100 1011000
Octal 371 314 130

Shades and tints

Shades of #F9CC58

#F9CC58
(249,204,88)
#E3BA50
(227,186,80)
#CDA848
(205,168,72)
#B79640
(183,150,64)
#A18438
(161,132,56)
#8B7230
(139,114,48)
#756028
(117,96,40)
#5F4E20
(95,78,32)
#493C18
(73,60,24)
#332A10
(51,42,16)
#1D1808
(29,24,8)
#000000
(0,0,0)

Tints of #F9CC58

#F9CC58
(249,204,88)
#F9D067
(249,208,103)
#F9D476
(249,212,118)
#F9D885
(249,216,133)
#F9DC94
(249,220,148)
#F9E0A3
(249,224,163)
#F9E4B2
(249,228,178)
#F9E8C1
(249,232,193)
#F9ECD0
(249,236,208)
#F9F0DF
(249,240,223)
#F9F4EE
(249,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9CC58 color. Also use rgb(249,204,88) instead hex code.

Text Font Color

.myTextColor { color: #F9CC58; }

<p style="color:#F9CC58">This sample text font color is #F9CC58.</p>

This text font color is #F9CC58.

Background Color

.myBgColor { background-color: #F9CC58; }

<div style="background-color:#F9CC58">Inner text</div>

This div background color is #F9CC58.

Border color

.myBorderColor { border: 1px solid #F9CC58; }

<div style="border:3px solid #F9CC58">Div</div>

This div border color is #F9CC58.

Opacity

.myOpacity80 { color: #F9CC58; opacity: 0.8; }

<p style="color:#F9CC58;opacity:0.8;">80%</p>

Text with #F9CC58 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #F9CC58;}

<p style="text-shadow: 3px 3px 1px #F9CC58">Text here.</p>

This text has shadow with #F9CC58 color.


.textShadow {text-shadow: 3px 3px 1px #F9CC58', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #F9CC58, 5px 5px 20px red">Text here.</p>

This text has shadow with #F9CC58 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F9CC58, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#F9CC58, Direction=45, Strength=4)">Text</p>

This text has shadow with #F9CC58 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #F9CC58;
-webkit-box-shadow: 1px 1px 3px 2px #F9CC58;
box-shadow: 1px 1px 3px 2px #F9CC58;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F9CC58; -webkit-box-shadow: 1px 1px 3px 2px #F9CC58; box-shadow:1px 1px 3px 2px #F9CC58;">
Div content here
</div>

This div box has shadow with color #F9CC58.

Preview

Color preview on black background

This text has color #F9CC58 on black background.


Color preview on white background

This text has color #F9CC58 on white background.


Black color preview on #F9CC58 background

This text has black color on #F9CC58 background.


White color preview on #F9CC58 background

This text has white color on #F9CC58 background.


Related colors

Complementary color

Complementary color for #hex is #0633A7.


I love getcolorcode.com

Triadic colors

1 #58F9CC and #CC58F9 with #F9CC58 are triadic colors.

2 #58CCF9 and #CCF958 with #F9CC58 are triadic colors.