#F0C603

Color #F0C603 Golden Poppy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Poppy #F0C603

Tints of Golden Poppy #F0C603

Color information

#F0C603 (or 0xF0C603) is unknown color: approx Golden Poppy. HEX triplet: F0, C6 and 03. RGB value is (240,198,3). Sum of RGB (Red+Green+Blue) = 240+198+3=441 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.42% from 441); Green value is 198 (77.73% from 255 or 44.90% from 441); Blue value is 3 (1.56% from 255 or 0.68% from 441); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C603 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0C603 is #0F39FC. Grayscale: #BDBDBD. Windows color (decimal): -997885 or 247536. OLE color: 247536.

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

Color convert

RGB2401983-
CMYK00.180.990.06
HSL49.37º97.53%47.65%-
HSV(B)49.37º98.75%94.12%-
XYZ56.1558.928.5-
YUV188.3323.41164.86-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 54.42%
GREEN value IS 198 (77.73% from 255) = 44.90%
BLUE value IS 3 (1.56% from 255) = 0.68%
R=54.42%
G=44.90%
B=0.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.99
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240198300.180.990.0649.3797.5347.65
HexF0C63012636316230
Octal360306302214366114260
Binary11110000110001101101001011000111101100011100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0C603

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0C603; }

 p { color: rgb(240,198,3); }

 H1.HeaderClassName
 {
   color: #F0C603;
 }
 .AnyTagClassName
 {
   color: #F0C603;
 }
</style>
background-color css

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

 a { background-color: rgb(240,198,3); }

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

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

 span { border-color: rgb(240,198,3); }

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