Html Css Color HEX #FEEA32 Gorse

📋 copy color: '#FEEA32'

red 254 ◦ green 234 ◦ blue 50

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

Shades of Gorse #FEEA32

Tints of Gorse #FEEA32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 9.29%

R = 47.21%
G = 43.49%
B = 9.29%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.80

 K value IS 0.00

RGB Variations

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

Color information

#FEEA32 (or 0xFEEA32) is known color: Gorse. HEX triplet: FE, EA and 32. RGB value is (254,234,50). Sum of RGB (Red+Green+Blue) = 254+234+50=538 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.21% from 538); Green value is 234 (91.80% from 255 or 43.49% from 538); Blue value is 50 (19.92% from 255 or 9.29% from 538); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEA32 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEEA32 is #0115CD. Grayscale: #DBDBDB. Windows color (decimal): -71118 or 3336958. OLE color: 3336958.

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

Color convert

RGB 254 234 50 -
CMYK 0 0.08 0.80 0.00
HSL 54.12º 0.99% 0.6% -
HSV(B) 54.12º 0.8% 1% -
XYZ 70.87 80.15 14.75 -
YUV 219 32.63 152.96 -
System Red Green Blue C M Y K H S L
Decimal 254 234 50 0 0.08 0.80 0.00 54.12 0.99 0.6
Hex FE EA 32 0 8 50 0 36 63 3C
Octal 376 352 62 0 10 120 0 66 143 74
Binary 11111110 11101010 110010 0 1000 1010000 0 110110 1100011 111100

Color Harmonies of #FEEA32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEEA32

Black with #FEEA32

Text Example


Text Example

White with #FEEA32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEEA32; }

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

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

background-color css

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

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

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

border-color css

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

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

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