Html Css Color HEX #F5CC2C Golden Dream

📋 copy color: '#F5CC2C'

red 245 ◦ green 204 ◦ blue 44

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

Shades of Golden Dream #F5CC2C

Tints of Golden Dream #F5CC2C

RGB

 RED value IS 245 (96.09% from 255) = 49.7%

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

 BLUE value IS 44 (17.58% from 255) = 8.92%

R = 49.7%
G = 41.38%
B = 8.92%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.82

 K value IS 0.04

RGB Variations

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

Color information

#F5CC2C (or 0xF5CC2C) is known color: Golden Dream. HEX triplet: F5, CC and 2C. RGB value is (245,204,44). Sum of RGB (Red+Green+Blue) = 245+204+44=493 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.70% from 493); Green value is 204 (80.08% from 255 or 41.38% from 493); Blue value is 44 (17.58% from 255 or 8.92% from 493); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CC2C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5CC2C is #0A33D3. Grayscale: #C6C6C6. Windows color (decimal): -668628 or 2936053. OLE color: 2936053.

HSL color Cylindrical-coordinate representation of color #F5CC2C: hue angle of 47.76º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F5CC2C is Cyan = 0, Magento = 0.17, Yellow = 0.82 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 204 44 -
CMYK 0 0.17 0.82 0.04
HSL 47.76º 0.91% 0.57% -
HSV(B) 47.76º 0.82% 0.96% -
XYZ 59.7 62.78 11.35 -
YUV 198.02 41.08 161.51 -
System Red Green Blue C M Y K H S L
Decimal 245 204 44 0 0.17 0.82 0.04 47.76 0.91 0.57
Hex F5 CC 2C 0 11 52 4 30 5B 39
Octal 365 314 54 0 21 122 4 60 133 71
Binary 11110101 11001100 101100 0 10001 1010010 100 110000 1011011 111001

Color Harmonies of #F5CC2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5CC2C

Black with #F5CC2C

Text Example


Text Example

White with #F5CC2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5CC2C; }

 p { color: rgb(245,204,44); }

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

background-color css

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

 a { background-color: rgb(245,204,44); }

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

border-color css

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

 span { border-color: rgb(245,204,44); }

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