#F7C010

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

Shades of Golden Poppy #F7C010

Tints of Golden Poppy #F7C010

Color information

#F7C010 (or 0xF7C010) is unknown color: approx Golden Poppy. HEX triplet: F7, C0 and 10. RGB value is (247,192,16). Sum of RGB (Red+Green+Blue) = 247+192+16=455 (60% of max value = 765). Red value is 247 (96.88% from 255 or 54.29% from 455); Green value is 192 (75.39% from 255 or 42.20% from 455); Blue value is 16 (6.64% from 255 or 3.52% from 455); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C010 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F7C010 is #083FEF. Grayscale: #BDBDBD. Windows color (decimal): -540656 or 1097975. OLE color: 1097975.

HSL color Cylindrical-coordinate representation of color #F7C010: hue angle of 45.71º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F7C010 is Cyan = 0, Magento = 0.22, Yellow = 0.94 and Black (K on CMYK) = 0.03.

Color convert

RGB24719216-
CMYK00.220.940.03
HSL45.71º93.52%51.57%-
HSV(B)45.71º93.52%96.86%-
XYZ57.357.518.57-
YUV188.3830.72169.81-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 54.29%
GREEN value IS 192 (75.39% from 255) = 42.20%
BLUE value IS 16 (6.64% from 255) = 3.52%
R=54.29%
G=42.20%
B=3.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.94
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2471921600.220.940.0345.7193.5251.57
HexF7C0100165E32e5e34
Octal3673002002613635613664
Binary1111011111000000100000101101011110111011101011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7C010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7C010; }

 p { color: rgb(247,192,16); }

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

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

 a { background-color: rgb(247,192,16); }

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

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

 span { border-color: rgb(247,192,16); }

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