Html Css Color HEX #FEE528 Gorse

📋 copy color: '#FEE528'

red 254 ◦ green 229 ◦ blue 40

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

Shades of Gorse #FEE528

Tints of Gorse #FEE528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 7.65%

R = 48.57%
G = 43.79%
B = 7.65%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.84

 K value IS 0.00

RGB Variations

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

Color information

#FEE528 (or 0xFEE528) is known color: Gorse. HEX triplet: FE, E5 and 28. RGB value is (254,229,40). Sum of RGB (Red+Green+Blue) = 254+229+40=523 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.57% from 523); Green value is 229 (89.84% from 255 or 43.79% from 523); Blue value is 40 (16.02% from 255 or 7.65% from 523); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE528 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEE528 is #011AD7. Grayscale: #D7D7D7. Windows color (decimal): -72408 or 2680318. OLE color: 2680318.

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

Color convert

RGB 254 229 40 -
CMYK 0 0.10 0.84 0.00
HSL 52.99º 0.99% 0.58% -
HSV(B) 52.99º 0.84% 1% -
XYZ 69.28 77.26 13.27 -
YUV 214.93 29.28 155.87 -
System Red Green Blue C M Y K H S L
Decimal 254 229 40 0 0.10 0.84 0.00 52.99 0.99 0.58
Hex FE E5 28 0 A 54 0 35 63 3A
Octal 376 345 50 0 12 124 0 65 143 72
Binary 11111110 11100101 101000 0 1010 1010100 0 110101 1100011 111010

Color Harmonies of #FEE528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE528

Black with #FEE528

Text Example


Text Example

White with #FEE528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE528; }

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

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

background-color css

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

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

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

border-color css

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

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

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