#F9E13A

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

Shades of Gorse #F9E13A

Tints of Gorse #F9E13A

Color information

#F9E13A (or 0xF9E13A) is unknown color: approx Gorse. HEX triplet: F9, E1 and 3A. RGB value is (249,225,58). Sum of RGB (Red+Green+Blue) = 249+225+58=532 (70% of max value = 765). Red value is 249 (97.66% from 255 or 46.80% from 532); Green value is 225 (88.28% from 255 or 42.29% from 532); Blue value is 58 (23.05% from 255 or 10.90% from 532); Max value from RGB is 249 - color contains mainly: red. Hex color #F9E13A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9E13A is #061EC5. Grayscale: #D5D5D5. Windows color (decimal): -401094 or 3858937. OLE color: 3858937.

HSL color Cylindrical-coordinate representation of color #F9E13A: hue angle of 52.46º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F9E13A is Cyan = 0, Magento = 0.10, Yellow = 0.77 and Black (K on CMYK) = 0.02.

Color convert

RGB24922558-
CMYK00.100.770.02
HSL52.46º94.09%60.2%-
HSV(B)52.46º76.71%97.65%-
XYZ66.7674.314.83-
YUV213.1440.45153.58-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 46.80%
GREEN value IS 225 (88.28% from 255) = 42.29%
BLUE value IS 58 (23.05% from 255) = 10.90%
R=46.80%
G=42.29%
B=10.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.77
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2492255800.100.770.0252.4694.0960.2
HexF9E13A0A4D2345e3c
Octal3713417201211526413674
Binary1111100111100001111010010101001101101101001011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9E13A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9E13A; }

 p { color: rgb(249,225,58); }

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

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

 a { background-color: rgb(249,225,58); }

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

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

 span { border-color: rgb(249,225,58); }

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