#F8EA34

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

Shades of Gorse #F8EA34

Tints of Gorse #F8EA34

Color information

#F8EA34 (or 0xF8EA34) is unknown color: approx Gorse. HEX triplet: F8, EA and 34. RGB value is (248,234,52). Sum of RGB (Red+Green+Blue) = 248+234+52=534 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.44% from 534); Green value is 234 (91.80% from 255 or 43.82% from 534); Blue value is 52 (20.70% from 255 or 9.74% from 534); Max value from RGB is 248 - color contains mainly: red. Hex color #F8EA34 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F8EA34 is #0715CB. Grayscale: #DADADA. Windows color (decimal): -464332 or 3468024. OLE color: 3468024.

HSL color Cylindrical-coordinate representation of color #F8EA34: hue angle of 55.71º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F8EA34 is Cyan = 0, Magento = 0.06, Yellow = 0.79 and Black (K on CMYK) = 0.03.

Color convert

RGB24823452-
CMYK00.060.790.03
HSL55.71º93.33%58.82%-
HSV(B)55.71º79.03%97.25%-
XYZ68.7579.0514.88-
YUV217.4434.64149.8-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 46.44%
GREEN value IS 234 (91.80% from 255) = 43.82%
BLUE value IS 52 (20.70% from 255) = 9.74%
R=46.44%
G=43.82%
B=9.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.79
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2482345200.060.790.0355.7193.3358.82
HexF8EA34064F3385d3b
Octal370352640611737013573
Binary111110001110101011010001101001111111110001011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8EA34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8EA34; }

 p { color: rgb(248,234,52); }

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

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

 a { background-color: rgb(248,234,52); }

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

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

 span { border-color: rgb(248,234,52); }

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