Html Css Color HEX #F0C006 Golden Poppy

📋 copy color: '#F0C006'

red 240 ◦ green 192 ◦ blue 6

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

Shades of Golden Poppy #F0C006

Tints of Golden Poppy #F0C006

RGB

 RED value IS 240 (94.14% from 255) = 54.79%

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

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

R = 54.79%
G = 43.84%
B = 1.37%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.98

 K value IS 0.06

RGB Variations

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

Color information

#F0C006 (or 0xF0C006) is known color: Golden Poppy. HEX triplet: F0, C0 and 06. RGB value is (240,192,6). Sum of RGB (Red+Green+Blue) = 240+192+6=438 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.79% from 438); Green value is 192 (75.39% from 255 or 43.84% from 438); Blue value is 6 (2.73% from 255 or 1.37% from 438); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C006 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0C006 is #0F3FF9. Grayscale: #B9B9B9. Windows color (decimal): -999418 or 442608. OLE color: 442608.

HSL color Cylindrical-coordinate representation of color #F0C006: hue angle of 47.69º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F0C006 is Cyan = 0, Magento = 0.20, Yellow = 0.98 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 192 6 -
CMYK 0 0.20 0.98 0.06
HSL 47.69º 0.95% 0.48% -
HSV(B) 47.69º 0.98% 0.94% -
XYZ 54.82 56.24 8.14 -
YUV 185.15 26.9 167.12 -
System Red Green Blue C M Y K H S L
Decimal 240 192 6 0 0.20 0.98 0.06 47.69 0.95 0.48
Hex F0 C0 6 0 14 62 6 30 5F 30
Octal 360 300 6 0 24 142 6 60 137 60
Binary 11110000 11000000 110 0 10100 1100010 110 110000 1011111 110000

Color Harmonies of #F0C006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0C006

Black with #F0C006

Text Example


Text Example

White with #F0C006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0C006; }

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

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

background-color css

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

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

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

border-color css

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

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

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