#F5F127

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

Shades of Gorse #F5F127

Tints of Gorse #F5F127

Color information

#F5F127 (or 0xF5F127) is unknown color: approx Gorse. HEX triplet: F5, F1 and 27. RGB value is (245,241,39). Sum of RGB (Red+Green+Blue) = 245+241+39=525 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.67% from 525); Green value is 241 (94.53% from 255 or 45.90% from 525); Blue value is 39 (15.62% from 255 or 7.43% from 525); Max value from RGB is 245 - color contains mainly: red. Hex color #F5F127 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F5F127 is #0A0ED8. Grayscale: #DBDBDB. Windows color (decimal): -659161 or 2617845. OLE color: 2617845.

HSL color Cylindrical-coordinate representation of color #F5F127: hue angle of 58.83º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F5F127 is Cyan = 0, Magento = 0.02, Yellow = 0.84 and Black (K on CMYK) = 0.04.

Color convert

RGB24524139-
CMYK00.020.840.04
HSL58.83º91.15%55.69%-
HSV(B)58.83º84.08%96.08%-
XYZ69.4882.4714.18-
YUV219.1726.33146.43-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 46.67%
GREEN value IS 241 (94.53% from 255) = 45.90%
BLUE value IS 39 (15.62% from 255) = 7.43%
R=46.67%
G=45.90%
B=7.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.84
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2452413900.020.840.0458.8391.1555.69
HexF5F127025443b5b38
Octal365361470212447313370
Binary111101011111000110011101010101001001110111011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5F127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5F127; }

 p { color: rgb(245,241,39); }

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

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

 a { background-color: rgb(245,241,39); }

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

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

 span { border-color: rgb(245,241,39); }

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