Html Css Color HEX #FEE225 Gorse

📋 copy color: '#FEE225'

red 254 ◦ green 226 ◦ blue 37

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

Shades of Gorse #FEE225

Tints of Gorse #FEE225

RGB

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

 GREEN value IS 226 (88.67% from 255) = 43.71%

 BLUE value IS 37 (14.84% from 255) = 7.16%

R = 49.13%
G = 43.71%
B = 7.16%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.85

 K value IS 0.00

RGB Variations

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

Color information

#FEE225 (or 0xFEE225) is known color: Gorse. HEX triplet: FE, E2 and 25. RGB value is (254,226,37). Sum of RGB (Red+Green+Blue) = 254+226+37=517 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.13% from 517); Green value is 226 (88.67% from 255 or 43.71% from 517); Blue value is 37 (14.84% from 255 or 7.16% from 517); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE225 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEE225 is #011DDA. Grayscale: #D5D5D5. Windows color (decimal): -73179 or 2482942. OLE color: 2482942.

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

Color convert

RGB 254 226 37 -
CMYK 0 0.11 0.85 0.00
HSL 52.26º 0.99% 0.57% -
HSV(B) 52.26º 0.85% 1% -
XYZ 68.4 75.6 12.74 -
YUV 212.83 28.78 157.37 -
System Red Green Blue C M Y K H S L
Decimal 254 226 37 0 0.11 0.85 0.00 52.26 0.99 0.57
Hex FE E2 25 0 B 55 0 34 63 39
Octal 376 342 45 0 13 125 0 64 143 71
Binary 11111110 11100010 100101 0 1011 1010101 0 110100 1100011 111001

Color Harmonies of #FEE225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE225

Black with #FEE225

Text Example


Text Example

White with #FEE225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE225; }

 p { color: rgb(254,226,37); }

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

background-color css

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

 a { background-color: rgb(254,226,37); }

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

border-color css

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

 span { border-color: rgb(254,226,37); }

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