#F8F138

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

Shades of Gorse #F8F138

Tints of Gorse #F8F138

Color information

#F8F138 (or 0xF8F138) is unknown color: approx Gorse. HEX triplet: F8, F1 and 38. RGB value is (248,241,56). Sum of RGB (Red+Green+Blue) = 248+241+56=545 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.50% from 545); Green value is 241 (94.53% from 255 or 44.22% from 545); Blue value is 56 (22.27% from 255 or 10.28% from 545); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F138 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F8F138 is #070EC7. Grayscale: #DEDEDE. Windows color (decimal): -462536 or 3731960. OLE color: 3731960.

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

Color convert

RGB24824156-
CMYK00.030.770.03
HSL57.81º93.2%59.61%-
HSV(B)57.81º77.42%97.25%-
XYZ70.8883.1516.06-
YUV22234.32146.54-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 45.50%
GREEN value IS 241 (94.53% from 255) = 44.22%
BLUE value IS 56 (22.27% from 255) = 10.28%
R=45.50%
G=44.22%
B=10.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.77
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2482415600.030.770.0357.8193.259.61
HexF8F138034D33a5d3c
Octal370361700311537213574
Binary11111000111100011110000111001101111110101011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8F138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8F138; }

 p { color: rgb(248,241,56); }

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

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

 a { background-color: rgb(248,241,56); }

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

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

 span { border-color: rgb(248,241,56); }

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