Html Css Color HEX #F5CC31 Golden Dream

📋 copy color: '#F5CC31'

red 245 ◦ green 204 ◦ blue 49

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

Shades of Golden Dream #F5CC31

Tints of Golden Dream #F5CC31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 9.84%

R = 49.2%
G = 40.96%
B = 9.84%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.8

 K value IS 0.04

RGB Variations

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

Color information

#F5CC31 (or 0xF5CC31) is known color: Golden Dream. HEX triplet: F5, CC and 31. RGB value is (245,204,49). Sum of RGB (Red+Green+Blue) = 245+204+49=498 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.20% from 498); Green value is 204 (80.08% from 255 or 40.96% from 498); Blue value is 49 (19.53% from 255 or 9.84% from 498); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CC31 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5CC31 is #0A33CE. Grayscale: #C7C7C7. Windows color (decimal): -668623 or 3263733. OLE color: 3263733.

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

Color convert

RGB 245 204 49 -
CMYK 0 0.17 0.8 0.04
HSL 47.45º 0.91% 0.58% -
HSV(B) 47.45º 0.8% 0.96% -
XYZ 59.8 62.82 11.88 -
YUV 198.59 43.58 161.1 -
System Red Green Blue C M Y K H S L
Decimal 245 204 49 0 0.17 0.8 0.04 47.45 0.91 0.58
Hex F5 CC 31 0 11 50 4 2F 5B 3A
Octal 365 314 61 0 21 120 4 57 133 72
Binary 11110101 11001100 110001 0 10001 1010000 100 101111 1011011 111010

Color Harmonies of #F5CC31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5CC31

Black with #F5CC31

Text Example


Text Example

White with #F5CC31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5CC31; }

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

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

background-color css

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

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

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

border-color css

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

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

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