Html Css Color HEX #F5C809 Golden Poppy

📋 copy color: '#F5C809'

red 245 ◦ green 200 ◦ blue 9

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

Shades of Golden Poppy #F5C809

Tints of Golden Poppy #F5C809

RGB

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

 GREEN value IS 200 (78.52% from 255) = 44.05%

 BLUE value IS 9 (3.91% from 255) = 1.98%

R = 53.96%
G = 44.05%
B = 1.98%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.96

 K value IS 0.04

RGB Variations

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

Color information

#F5C809 (or 0xF5C809) is known color: Golden Poppy. HEX triplet: F5, C8 and 09. RGB value is (245,200,9). Sum of RGB (Red+Green+Blue) = 245+200+9=454 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.96% from 454); Green value is 200 (78.52% from 255 or 44.05% from 454); Blue value is 9 (3.91% from 255 or 1.98% from 454); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C809 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F5C809 is #0A37F6. Grayscale: #C0C0C0. Windows color (decimal): -669687 or 641269. OLE color: 641269.

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

Color convert

RGB 245 200 9 -
CMYK 0 0.18 0.96 0.04
HSL 48.56º 0.93% 0.5% -
HSV(B) 48.56º 0.96% 0.96% -
XYZ 58.36 60.74 8.91 -
YUV 191.68 24.91 166.03 -
System Red Green Blue C M Y K H S L
Decimal 245 200 9 0 0.18 0.96 0.04 48.56 0.93 0.5
Hex F5 C8 9 0 12 60 4 31 5D 32
Octal 365 310 11 0 22 140 4 61 135 62
Binary 11110101 11001000 1001 0 10010 1100000 100 110001 1011101 110010

Color Harmonies of #F5C809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5C809

Black with #F5C809

Text Example


Text Example

White with #F5C809

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5C809; }

 p { color: rgb(245,200,9); }

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

background-color css

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

 a { background-color: rgb(245,200,9); }

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

border-color css

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

 span { border-color: rgb(245,200,9); }

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