#F8F535

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

Shades of Gorse #F8F535

Tints of Gorse #F8F535

Color information

#F8F535 (or 0xF8F535) is unknown color: approx Gorse. HEX triplet: F8, F5 and 35. RGB value is (248,245,53). Sum of RGB (Red+Green+Blue) = 248+245+53=546 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.42% from 546); Green value is 245 (96.09% from 255 or 44.87% from 546); Blue value is 53 (21.09% from 255 or 9.71% from 546); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F535 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F8F535 is #070ACA. Grayscale: #E0E0E0. Windows color (decimal): -461515 or 3536376. OLE color: 3536376.

HSL color Cylindrical-coordinate representation of color #F8F535: hue angle of 59.08º 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 #F8F535 is Cyan = 0, Magento = 0.01, Yellow = 0.79 and Black (K on CMYK) = 0.03.

Color convert

RGB24824553-
CMYK00.010.790.03
HSL59.08º93.3%59.02%-
HSV(B)59.08º78.63%97.25%-
XYZ72.0185.5216.08-
YUV224.0131.49145.11-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 45.42%
GREEN value IS 245 (96.09% from 255) = 44.87%
BLUE value IS 53 (21.09% from 255) = 9.71%
R=45.42%
G=44.87%
B=9.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.79
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2482455300.010.790.0359.0893.359.02
HexF8F535014F33b5d3b
Octal370365650111737313573
Binary1111100011110101110101011001111111110111011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8F535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8F535; }

 p { color: rgb(248,245,53); }

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

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

 a { background-color: rgb(248,245,53); }

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

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

 span { border-color: rgb(248,245,53); }

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