Html Css Color HEX #FEEA30 Gorse

📋 copy color: '#FEEA30'

red 254 ◦ green 234 ◦ blue 48

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

Shades of Gorse #FEEA30

Tints of Gorse #FEEA30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 8.96%

R = 47.39%
G = 43.66%
B = 8.96%

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

#FEEA30 (or 0xFEEA30) is known color: Gorse. HEX triplet: FE, EA and 30. RGB value is (254,234,48). Sum of RGB (Red+Green+Blue) = 254+234+48=536 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.39% from 536); Green value is 234 (91.80% from 255 or 43.66% from 536); Blue value is 48 (19.14% from 255 or 8.96% from 536); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEA30 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEEA30 is #0115CF. Grayscale: #DBDBDB. Windows color (decimal): -71120 or 3205886. OLE color: 3205886.

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

Color convert

RGB 254 234 48 -
CMYK 0 0.08 0.81 0.00
HSL 54.17º 0.99% 0.59% -
HSV(B) 54.17º 0.81% 1% -
XYZ 70.83 80.13 14.53 -
YUV 218.78 31.63 153.12 -
System Red Green Blue C M Y K H S L
Decimal 254 234 48 0 0.08 0.81 0.00 54.17 0.99 0.59
Hex FE EA 30 0 8 51 0 36 63 3B
Octal 376 352 60 0 10 121 0 66 143 73
Binary 11111110 11101010 110000 0 1000 1010001 0 110110 1100011 111011

Color Harmonies of #FEEA30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEEA30

Black with #FEEA30

Text Example


Text Example

White with #FEEA30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEEA30; }

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

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

background-color css

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

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

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

border-color css

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

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

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