#FEF03A

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

Shades of Gorse #FEF03A

Tints of Gorse #FEF03A

Color information

#FEF03A (or 0xFEF03A) is unknown color: approx Gorse. HEX triplet: FE, F0 and 3A. RGB value is (254,240,58). Sum of RGB (Red+Green+Blue) = 254+240+58=552 (73% of max value = 765). Red value is 254 (99.61% from 255 or 46.01% from 552); Green value is 240 (94.14% from 255 or 43.48% from 552); Blue value is 58 (23.05% from 255 or 10.51% from 552); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF03A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF03A is #010FC5. Grayscale: #E0E0E0. Windows color (decimal): -69574 or 3862782. OLE color: 3862782.

HSL color Cylindrical-coordinate representation of color #FEF03A: hue angle of 55.71º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FEF03A is Cyan = 0, Magento = 0.06, Yellow = 0.77 and Black (K on CMYK) = 0.00.

Color convert

RGB25424058-
CMYK00.060.770.00
HSL55.71º98.99%61.18%-
HSV(B)55.71º77.17%99.61%-
XYZ72.883.716.32-
YUV223.4434.64149.8-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 46.01%
GREEN value IS 240 (94.14% from 255) = 43.48%
BLUE value IS 58 (23.05% from 255) = 10.51%
R=46.01%
G=43.48%
B=10.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.77
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2542405800.060.770.0055.7198.9961.18
HexFEF03A064D038633d
Octal376360720611507014375
Binary11111110111100001110100110100110101110001100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF03A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF03A; }

 p { color: rgb(254,240,58); }

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

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

 a { background-color: rgb(254,240,58); }

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

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

 span { border-color: rgb(254,240,58); }

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