Html Css Color HEX #F5C706 Golden Poppy

📋 copy color: '#F5C706'

red 245 ◦ green 199 ◦ blue 6

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

Shades of Golden Poppy #F5C706

Tints of Golden Poppy #F5C706

RGB

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

 GREEN value IS 199 (78.13% from 255) = 44.22%

 BLUE value IS 6 (2.73% from 255) = 1.33%

R = 54.44%
G = 44.22%
B = 1.33%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.98

 K value IS 0.04

RGB Variations

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

Color information

#F5C706 (or 0xF5C706) is known color: Golden Poppy. HEX triplet: F5, C7 and 06. RGB value is (245,199,6). Sum of RGB (Red+Green+Blue) = 245+199+6=450 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.44% from 450); Green value is 199 (78.12% from 255 or 44.22% from 450); Blue value is 6 (2.73% from 255 or 1.33% from 450); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C706 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F5C706 is #0A38F9. Grayscale: #BFBFBF. Windows color (decimal): -669946 or 444405. OLE color: 444405.

HSL color Cylindrical-coordinate representation of color #F5C706: hue angle of 48.45º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F5C706 is Cyan = 0, Magento = 0.19, Yellow = 0.98 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 199 6 -
CMYK 0 0.19 0.98 0.04
HSL 48.45º 0.95% 0.49% -
HSV(B) 48.45º 0.98% 0.96% -
XYZ 58.11 60.27 8.74 -
YUV 190.75 23.74 166.69 -
System Red Green Blue C M Y K H S L
Decimal 245 199 6 0 0.19 0.98 0.04 48.45 0.95 0.49
Hex F5 C7 6 0 13 62 4 30 5F 31
Octal 365 307 6 0 23 142 4 60 137 61
Binary 11110101 11000111 110 0 10011 1100010 100 110000 1011111 110001

Color Harmonies of #F5C706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5C706

Black with #F5C706

Text Example


Text Example

White with #F5C706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5C706; }

 p { color: rgb(245,199,6); }

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

background-color css

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

 a { background-color: rgb(245,199,6); }

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

border-color css

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

 span { border-color: rgb(245,199,6); }

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