#F3C30B

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

Shades of Golden Poppy #F3C30B

Tints of Golden Poppy #F3C30B

Color information

#F3C30B (or 0xF3C30B) is unknown color: approx Golden Poppy. HEX triplet: F3, C3 and 0B. RGB value is (243,195,11). Sum of RGB (Red+Green+Blue) = 243+195+11=449 (59% of max value = 765). Red value is 243 (95.31% from 255 or 54.12% from 449); Green value is 195 (76.56% from 255 or 43.43% from 449); Blue value is 11 (4.69% from 255 or 2.45% from 449); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C30B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F3C30B is #0C3CF4. Grayscale: #BDBDBD. Windows color (decimal): -802037 or 771059. OLE color: 771059.

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

Color convert

RGB24319511-
CMYK00.200.950.05
HSL47.59º91.34%49.8%-
HSV(B)47.59º95.47%95.29%-
XYZ56.5458.118.55-
YUV188.3827.9166.96-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 54.12%
GREEN value IS 195 (76.56% from 255) = 43.43%
BLUE value IS 11 (4.69% from 255) = 2.45%
R=54.12%
G=43.43%
B=2.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.95
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2431951100.200.950.0547.5991.3449.8
HexF3C3B0145F5305b32
Octal3633031302413756013362
Binary1111001111000011101101010010111111011100001011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3C30B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3C30B; }

 p { color: rgb(243,195,11); }

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

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

 a { background-color: rgb(243,195,11); }

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

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

 span { border-color: rgb(243,195,11); }

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