#F9E425

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

Shades of Gorse #F9E425

Tints of Gorse #F9E425

Color information

#F9E425 (or 0xF9E425) is unknown color: approx Gorse. HEX triplet: F9, E4 and 25. RGB value is (249,228,37). Sum of RGB (Red+Green+Blue) = 249+228+37=514 (68% of max value = 765). Red value is 249 (97.66% from 255 or 48.44% from 514); Green value is 228 (89.45% from 255 or 44.36% from 514); Blue value is 37 (14.84% from 255 or 7.20% from 514); Max value from RGB is 249 - color contains mainly: red. Hex color #F9E425 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9E425 is #061BDA. Grayscale: #D5D5D5. Windows color (decimal): -400347 or 2483449. OLE color: 2483449.

HSL color Cylindrical-coordinate representation of color #F9E425: hue angle of 54.06º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F9E425 is Cyan = 0, Magento = 0.08, Yellow = 0.85 and Black (K on CMYK) = 0.02.

Color convert

RGB24922837-
CMYK00.080.850.02
HSL54.06º94.64%56.08%-
HSV(B)54.06º85.14%97.65%-
XYZ67.1475.7612.83-
YUV212.528.96154.03-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 48.44%
GREEN value IS 228 (89.45% from 255) = 44.36%
BLUE value IS 37 (14.84% from 255) = 7.20%
R=48.44%
G=44.36%
B=7.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.85
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2492283700.080.850.0254.0694.6456.08
HexF9E42508552365f38
Octal3713444501012526613770
Binary1111100111100100100101010001010101101101101011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9E425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9E425; }

 p { color: rgb(249,228,37); }

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

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

 a { background-color: rgb(249,228,37); }

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

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

 span { border-color: rgb(249,228,37); }

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