Html Css Color HEX #FEEA31 Gorse

📋 copy color: '#FEEA31'

red 254 ◦ green 234 ◦ blue 49

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

Shades of Gorse #FEEA31

Tints of Gorse #FEEA31

RGB

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

 GREEN value IS 234 (91.8% from 255) = 43.58%

 BLUE value IS 49 (19.53% from 255) = 9.12%

R = 47.3%
G = 43.58%
B = 9.12%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.81

 K value IS 0.00

RGB Variations

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

Color information

#FEEA31 (or 0xFEEA31) is known color: Gorse. HEX triplet: FE, EA and 31. RGB value is (254,234,49). Sum of RGB (Red+Green+Blue) = 254+234+49=537 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.30% from 537); Green value is 234 (91.80% from 255 or 43.58% from 537); Blue value is 49 (19.53% from 255 or 9.12% from 537); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEA31 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEEA31 is #0115CE. Grayscale: #DBDBDB. Windows color (decimal): -71119 or 3271422. OLE color: 3271422.

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

Color convert

RGB 254 234 49 -
CMYK 0 0.08 0.81 0.00
HSL 54.15º 0.99% 0.59% -
HSV(B) 54.15º 0.81% 1% -
XYZ 70.85 80.14 14.64 -
YUV 218.89 32.13 153.04 -
System Red Green Blue C M Y K H S L
Decimal 254 234 49 0 0.08 0.81 0.00 54.15 0.99 0.59
Hex FE EA 31 0 8 51 0 36 63 3B
Octal 376 352 61 0 10 121 0 66 143 73
Binary 11111110 11101010 110001 0 1000 1010001 0 110110 1100011 111011

Color Harmonies of #FEEA31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEEA31

Black with #FEEA31

Text Example


Text Example

White with #FEEA31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEEA31; }

 p { color: rgb(254,234,49); }

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

background-color css

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

 a { background-color: rgb(254,234,49); }

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

border-color css

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

 span { border-color: rgb(254,234,49); }

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