Html Css Color HEX #FEE525 Gorse

📋 copy color: '#FEE525'

red 254 ◦ green 229 ◦ blue 37

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

Shades of Gorse #FEE525

Tints of Gorse #FEE525

RGB

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

 GREEN value IS 229 (89.84% from 255) = 44.04%

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

R = 48.85%
G = 44.04%
B = 7.12%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.85

 K value IS 0.00

RGB Variations

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

Color information

#FEE525 (or 0xFEE525) is known color: Gorse. HEX triplet: FE, E5 and 25. RGB value is (254,229,37). Sum of RGB (Red+Green+Blue) = 254+229+37=520 (68% of max value = 765). Red value is 254 (99.61% from 255 or 48.85% from 520); Green value is 229 (89.84% from 255 or 44.04% from 520); Blue value is 37 (14.84% from 255 or 7.12% from 520); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE525 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEE525 is #011ADA. Grayscale: #D7D7D7. Windows color (decimal): -72411 or 2483710. OLE color: 2483710.

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

Color convert

RGB 254 229 37 -
CMYK 0 0.10 0.85 0.00
HSL 53.09º 0.99% 0.57% -
HSV(B) 53.09º 0.85% 1% -
XYZ 69.23 77.24 13.01 -
YUV 214.59 27.78 156.11 -
System Red Green Blue C M Y K H S L
Decimal 254 229 37 0 0.10 0.85 0.00 53.09 0.99 0.57
Hex FE E5 25 0 A 55 0 35 63 39
Octal 376 345 45 0 12 125 0 65 143 71
Binary 11111110 11100101 100101 0 1010 1010101 0 110101 1100011 111001

Color Harmonies of #FEE525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE525

Black with #FEE525

Text Example


Text Example

White with #FEE525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE525; }

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

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

background-color css

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

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

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

border-color css

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

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

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