Html Css Color HEX #FEF52A Gorse

📋 copy color: '#FEF52A'

red 254 ◦ green 245 ◦ blue 42

#FEF52A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gorse #FEF52A

Tints of Gorse #FEF52A

RGB

 RED value IS 254 (99.61% from 255) = 46.95%

 GREEN value IS 245 (96.09% from 255) = 45.29%

 BLUE value IS 42 (16.8% from 255) = 7.76%

R = 46.95%
G = 45.29%
B = 7.76%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.83

 K value IS 0.00

RGB Variations

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

Color information

#FEF52A (or 0xFEF52A) is known color: Gorse. HEX triplet: FE, F5 and 2A. RGB value is (254,245,42). Sum of RGB (Red+Green+Blue) = 254+245+42=541 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.95% from 541); Green value is 245 (96.09% from 255 or 45.29% from 541); Blue value is 42 (16.80% from 255 or 7.76% from 541); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF52A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF52A is #010AD5. Grayscale: #E1E1E1. Windows color (decimal): -68310 or 2815486. OLE color: 2815486.

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

Color convert

RGB 254 245 42 -
CMYK 0 0.04 0.83 0.00
HSL 57.45º 0.99% 0.58% -
HSV(B) 57.45º 0.83% 1% -
XYZ 73.94 86.54 15 -
YUV 224.55 24.98 149.01 -
System Red Green Blue C M Y K H S L
Decimal 254 245 42 0 0.04 0.83 0.00 57.45 0.99 0.58
Hex FE F5 2A 0 4 53 0 39 63 3A
Octal 376 365 52 0 4 123 0 71 143 72
Binary 11111110 11110101 101010 0 100 1010011 0 111001 1100011 111010

Color Harmonies of #FEF52A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF52A

Black with #FEF52A

Text Example


Text Example

White with #FEF52A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF52A; }

 p { color: rgb(254,245,42); }

 H1.HeaderClassName
 {
   color: #FEF52A;
 }
 .AnyTagClassName
 {
   color: #FEF52A;
 }
</style>

background-color css

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

 a { background-color: rgb(254,245,42); }

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

border-color css

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

 span { border-color: rgb(254,245,42); }

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