#FEF13A

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

Shades of Gorse #FEF13A

Tints of Gorse #FEF13A

Color information

#FEF13A (or 0xFEF13A) is unknown color: approx Gorse. HEX triplet: FE, F1 and 3A. RGB value is (254,241,58). Sum of RGB (Red+Green+Blue) = 254+241+58=553 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.93% from 553); Green value is 241 (94.53% from 255 or 43.58% from 553); Blue value is 58 (23.05% from 255 or 10.49% from 553); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF13A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF13A is #010EC5. Grayscale: #E0E0E0. Windows color (decimal): -69318 or 3863038. OLE color: 3863038.

HSL color Cylindrical-coordinate representation of color #FEF13A: hue angle of 56.02º 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 #FEF13A is Cyan = 0, Magento = 0.05, Yellow = 0.77 and Black (K on CMYK) = 0.00.

Color convert

RGB25424158-
CMYK00.050.770.00
HSL56.02º98.99%61.18%-
HSV(B)56.02º77.17%99.61%-
XYZ73.0984.2916.42-
YUV224.0234.31149.38-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 45.93%
GREEN value IS 241 (94.53% from 255) = 43.58%
BLUE value IS 58 (23.05% from 255) = 10.49%
R=45.93%
G=43.58%
B=10.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.77
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2542415800.050.770.0056.0298.9961.18
HexFEF13A054D038633d
Octal376361720511507014375
Binary11111110111100011110100101100110101110001100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF13A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF13A; }

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

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

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

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

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

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

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

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