Html Css Color HEX #F5C408 Golden Poppy

📋 copy color: '#F5C408'

red 245 ◦ green 196 ◦ blue 8

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

Shades of Golden Poppy #F5C408

Tints of Golden Poppy #F5C408

RGB

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

 GREEN value IS 196 (76.95% from 255) = 43.65%

 BLUE value IS 8 (3.52% from 255) = 1.78%

R = 54.57%
G = 43.65%
B = 1.78%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.97

 K value IS 0.04

RGB Variations

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

Color information

#F5C408 (or 0xF5C408) is known color: Golden Poppy. HEX triplet: F5, C4 and 08. RGB value is (245,196,8). Sum of RGB (Red+Green+Blue) = 245+196+8=449 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.57% from 449); Green value is 196 (76.95% from 255 or 43.65% from 449); Blue value is 8 (3.52% from 255 or 1.78% from 449); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C408 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F5C408 is #0A3BF7. Grayscale: #BEBEBE. Windows color (decimal): -670712 or 574709. OLE color: 574709.

HSL color Cylindrical-coordinate representation of color #F5C408: hue angle of 47.59º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F5C408 is Cyan = 0, Magento = 0.2, Yellow = 0.97 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 196 8 -
CMYK 0 0.2 0.97 0.04
HSL 47.59º 0.94% 0.5% -
HSV(B) 47.59º 0.97% 0.96% -
XYZ 57.44 58.91 8.57 -
YUV 189.22 25.73 167.79 -
System Red Green Blue C M Y K H S L
Decimal 245 196 8 0 0.2 0.97 0.04 47.59 0.94 0.5
Hex F5 C4 8 0 14 61 4 30 5E 32
Octal 365 304 10 0 24 141 4 60 136 62
Binary 11110101 11000100 1000 0 10100 1100001 100 110000 1011110 110010

Color Harmonies of #F5C408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5C408

Black with #F5C408

Text Example


Text Example

White with #F5C408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5C408; }

 p { color: rgb(245,196,8); }

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

background-color css

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

 a { background-color: rgb(245,196,8); }

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

border-color css

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

 span { border-color: rgb(245,196,8); }

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