Html Css Color HEX #F9C006 Golden Poppy

📋 copy color: '#F9C006'

red 249 ◦ green 192 ◦ blue 6

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

Shades of Golden Poppy #F9C006

Tints of Golden Poppy #F9C006

RGB

 RED value IS 249 (97.66% from 255) = 55.7%

 GREEN value IS 192 (75.39% from 255) = 42.95%

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

R = 55.7%
G = 42.95%
B = 1.34%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#F9C006 (or 0xF9C006) is known color: Golden Poppy. HEX triplet: F9, C0 and 06. RGB value is (249,192,6). Sum of RGB (Red+Green+Blue) = 249+192+6=447 (59% of max value = 765). Red value is 249 (97.66% from 255 or 55.70% from 447); Green value is 192 (75.39% from 255 or 42.95% from 447); Blue value is 6 (2.73% from 255 or 1.34% from 447); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C006 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F9C006 is #063FF9. Grayscale: #BCBCBC. Windows color (decimal): -409594 or 442617. OLE color: 442617.

HSL color Cylindrical-coordinate representation of color #F9C006: hue angle of 45.93º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F9C006 is Cyan = 0, Magento = 0.23, Yellow = 0.98 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 192 6 -
CMYK 0 0.23 0.98 0.02
HSL 45.93º 0.95% 0.5% -
HSV(B) 45.93º 0.98% 0.98% -
XYZ 57.95 57.85 8.28 -
YUV 187.84 25.38 171.62 -
System Red Green Blue C M Y K H S L
Decimal 249 192 6 0 0.23 0.98 0.02 45.93 0.95 0.5
Hex F9 C0 6 0 17 62 2 2E 5F 32
Octal 371 300 6 0 27 142 2 56 137 62
Binary 11111001 11000000 110 0 10111 1100010 10 101110 1011111 110010

Color Harmonies of #F9C006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9C006

Black with #F9C006

Text Example


Text Example

White with #F9C006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9C006; }

 p { color: rgb(249,192,6); }

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

background-color css

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

 a { background-color: rgb(249,192,6); }

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

border-color css

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

 span { border-color: rgb(249,192,6); }

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