#F8F02E

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

Shades of Gorse #F8F02E

Tints of Gorse #F8F02E

Color information

#F8F02E (or 0xF8F02E) is unknown color: approx Gorse. HEX triplet: F8, F0 and 2E. RGB value is (248,240,46). Sum of RGB (Red+Green+Blue) = 248+240+46=534 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.44% from 534); Green value is 240 (94.14% from 255 or 44.94% from 534); Blue value is 46 (18.36% from 255 or 8.61% from 534); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F02E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F8F02E is #070FD1. Grayscale: #DDDDDD. Windows color (decimal): -462802 or 3076344. OLE color: 3076344.

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

Color convert

RGB24824046-
CMYK00.030.810.03
HSL57.62º93.52%57.65%-
HSV(B)57.62º81.45%97.25%-
XYZ70.3682.4714.8-
YUV220.2829.65147.77-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 46.44%
GREEN value IS 240 (94.14% from 255) = 44.94%
BLUE value IS 46 (18.36% from 255) = 8.61%
R=46.44%
G=44.94%
B=8.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.81
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2482404600.030.810.0357.6293.5257.65
HexF8F02E035133a5e3a
Octal370360560312137213672
Binary11111000111100001011100111010001111110101011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8F02E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8F02E; }

 p { color: rgb(248,240,46); }

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

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

 a { background-color: rgb(248,240,46); }

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

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

 span { border-color: rgb(248,240,46); }

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