#F1C403

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

Shades of Golden Poppy #F1C403

Tints of Golden Poppy #F1C403

Color information

#F1C403 (or 0xF1C403) is unknown color: approx Golden Poppy. HEX triplet: F1, C4 and 03. RGB value is (241,196,3). Sum of RGB (Red+Green+Blue) = 241+196+3=440 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.77% from 440); Green value is 196 (76.95% from 255 or 44.55% from 440); Blue value is 3 (1.56% from 255 or 0.68% from 440); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C403 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F1C403 is #0E3BFC. Grayscale: #BCBCBC. Windows color (decimal): -932861 or 247025. OLE color: 247025.

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

Color convert

RGB2411963-
CMYK00.190.990.05
HSL48.66º97.54%47.84%-
HSV(B)48.66º98.76%94.51%-
XYZ56.0358.198.36-
YUV187.4523.91166.19-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 54.77%
GREEN value IS 196 (76.95% from 255) = 44.55%
BLUE value IS 3 (1.56% from 255) = 0.68%
R=54.77%
G=44.55%
B=0.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.99
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241196300.190.990.0548.6697.5447.84
HexF1C43013635316230
Octal361304302314356114260
Binary11110001110001001101001111000111011100011100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1C403

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1C403; }

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

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

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

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

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

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

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

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