#F8BE08

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

Shades of Golden Poppy #F8BE08

Tints of Golden Poppy #F8BE08

Color information

#F8BE08 (or 0xF8BE08) is unknown color: approx Golden Poppy. HEX triplet: F8, BE and 08. RGB value is (248,190,8). Sum of RGB (Red+Green+Blue) = 248+190+8=446 (59% of max value = 765). Red value is 248 (97.27% from 255 or 55.61% from 446); Green value is 190 (74.61% from 255 or 42.60% from 446); Blue value is 8 (3.52% from 255 or 1.79% from 446); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BE08 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F8BE08 is #0741F7. Grayscale: #BBBBBB. Windows color (decimal): -475640 or 573176. OLE color: 573176.

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

Color convert

RGB2481908-
CMYK00.230.970.03
HSL45.5º94.49%50.2%-
HSV(B)45.5º96.77%97.25%-
XYZ57.1756.88.18-
YUV186.5927.22171.8-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 55.61%
GREEN value IS 190 (74.61% from 255) = 42.60%
BLUE value IS 8 (3.52% from 255) = 1.79%
R=55.61%
G=42.60%
B=1.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.97
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal248190800.230.970.0345.594.4950.2
HexF8BE80176132e5e32
Octal3702761002714135613662
Binary111110001011111010000101111100001111011101011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8BE08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8BE08; }

 p { color: rgb(248,190,8); }

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

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

 a { background-color: rgb(248,190,8); }

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

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

 span { border-color: rgb(248,190,8); }

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