Html Css Color HEX #FEEA2F Gorse

📋 copy color: '#FEEA2F'

red 254 ◦ green 234 ◦ blue 47

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

Shades of Gorse #FEEA2F

Tints of Gorse #FEEA2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 8.79%

R = 47.48%
G = 43.74%
B = 8.79%

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

#FEEA2F (or 0xFEEA2F) is known color: Gorse. HEX triplet: FE, EA and 2F. RGB value is (254,234,47). Sum of RGB (Red+Green+Blue) = 254+234+47=535 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.48% from 535); Green value is 234 (91.80% from 255 or 43.74% from 535); Blue value is 47 (18.75% from 255 or 8.79% from 535); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEA2F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEEA2F is #0115D0. Grayscale: #DBDBDB. Windows color (decimal): -71121 or 3140350. OLE color: 3140350.

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

Color convert

RGB 254 234 47 -
CMYK 0 0.08 0.81 0.00
HSL 54.2º 0.99% 0.59% -
HSV(B) 54.2º 0.81% 1% -
XYZ 70.81 80.12 14.42 -
YUV 218.66 31.13 153.21 -
System Red Green Blue C M Y K H S L
Decimal 254 234 47 0 0.08 0.81 0.00 54.2 0.99 0.59
Hex FE EA 2F 0 8 51 0 36 63 3B
Octal 376 352 57 0 10 121 0 66 143 73
Binary 11111110 11101010 101111 0 1000 1010001 0 110110 1100011 111011

Color Harmonies of #FEEA2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEEA2F

Black with #FEEA2F

Text Example


Text Example

White with #FEEA2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEEA2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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