#F0C403

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

Shades of Golden Poppy #F0C403

Tints of Golden Poppy #F0C403

Color information

#F0C403 (or 0xF0C403) is unknown color: approx Golden Poppy. HEX triplet: F0, C4 and 03. RGB value is (240,196,3). Sum of RGB (Red+Green+Blue) = 240+196+3=439 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.67% from 439); Green value is 196 (76.95% from 255 or 44.65% from 439); Blue value is 3 (1.56% from 255 or 0.68% from 439); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C403 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0C403 is #0F3BFC. Grayscale: #BBBBBB. Windows color (decimal): -998397 or 247024. OLE color: 247024.

HSL color Cylindrical-coordinate representation of color #F0C403: hue angle of 48.86º 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 #F0C403 is Cyan = 0, Magento = 0.18, Yellow = 0.99 and Black (K on CMYK) = 0.06.

Color convert

RGB2401963-
CMYK00.180.990.06
HSL48.86º97.53%47.65%-
HSV(B)48.86º98.75%94.12%-
XYZ55.6958.018.35-
YUV187.1524.08165.69-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 54.67%
GREEN value IS 196 (76.95% from 255) = 44.65%
BLUE value IS 3 (1.56% from 255) = 0.68%
R=54.67%
G=44.65%
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
Decimal240196300.180.990.0648.8697.5347.65
HexF0C43012636316230
Octal360304302214366114260
Binary11110000110001001101001011000111101100011100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0C403

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0C403; }

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

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

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

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

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

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

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

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