Html Css Color HEX #F9CC2D Golden Dream

📋 copy color: '#F9CC2D'

red 249 ◦ green 204 ◦ blue 45

#F9CC2D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Golden Dream #F9CC2D

Tints of Golden Dream #F9CC2D

RGB

 RED value IS 249 (97.66% from 255) = 50%

 GREEN value IS 204 (80.08% from 255) = 40.96%

 BLUE value IS 45 (17.97% from 255) = 9.04%

R = 50%
G = 40.96%
B = 9.04%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.82

 K value IS 0.02

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#F9CC2D (or 0xF9CC2D) is known color: Golden Dream. HEX triplet: F9, CC and 2D. RGB value is (249,204,45). Sum of RGB (Red+Green+Blue) = 249+204+45=498 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50% from 498); Green value is 204 (80.08% from 255 or 40.96% from 498); Blue value is 45 (17.97% from 255 or 9.04% from 498); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CC2D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9CC2D is #0633D2. Grayscale: #C8C8C8. Windows color (decimal): -406483 or 3001593. OLE color: 3001593.

HSL color Cylindrical-coordinate representation of color #F9CC2D: hue angle of 46.76º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F9CC2D is Cyan = 0, Magento = 0.18, Yellow = 0.82 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 204 45 -
CMYK 0 0.18 0.82 0.02
HSL 46.76º 0.94% 0.58% -
HSV(B) 46.76º 0.82% 0.98% -
XYZ 61.13 63.51 11.52 -
YUV 199.33 40.91 163.43 -
System Red Green Blue C M Y K H S L
Decimal 249 204 45 0 0.18 0.82 0.02 46.76 0.94 0.58
Hex F9 CC 2D 0 12 52 2 2F 5E 3A
Octal 371 314 55 0 22 122 2 57 136 72
Binary 11111001 11001100 101101 0 10010 1010010 10 101111 1011110 111010

Color Harmonies of #F9CC2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9CC2D

Black with #F9CC2D

Text Example


Text Example

White with #F9CC2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9CC2D; }

 p { color: rgb(249,204,45); }

 H1.HeaderClassName
 {
   color: #F9CC2D;
 }
 .AnyTagClassName
 {
   color: #F9CC2D;
 }
</style>

background-color css

<style>
 a { background-color: #F9CC2D; }

 a { background-color: rgb(249,204,45); }

 div.DivClassName
 {
   background-color: #F9CC2D;
 }
 .BgClassName
 {
   background-color: #F9CC2D;
 }
</style>

border-color css

<style>
 span { border-color: #F9CC2D; }

 span { border-color: rgb(249,204,45); }

 td.TdClassName
 {
   border-color: #F9CC2D;
 }
 .TagClassName
 {
   border-color: #F9CC2D;
 }
</style>