Html Css Color HEX #FEE52B Gorse

📋 copy color: '#FEE52B'

red 254 ◦ green 229 ◦ blue 43

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

Shades of Gorse #FEE52B

Tints of Gorse #FEE52B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 8.17%

R = 48.29%
G = 43.54%
B = 8.17%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.83

 K value IS 0.00

RGB Variations

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

Color information

#FEE52B (or 0xFEE52B) is known color: Gorse. HEX triplet: FE, E5 and 2B. RGB value is (254,229,43). Sum of RGB (Red+Green+Blue) = 254+229+43=526 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.29% from 526); Green value is 229 (89.84% from 255 or 43.54% from 526); Blue value is 43 (17.19% from 255 or 8.17% from 526); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE52B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEE52B is #011AD4. Grayscale: #D8D8D8. Windows color (decimal): -72405 or 2876926. OLE color: 2876926.

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

Color convert

RGB 254 229 43 -
CMYK 0 0.10 0.83 0.00
HSL 52.89º 0.99% 0.58% -
HSV(B) 52.89º 0.83% 1% -
XYZ 69.33 77.28 13.55 -
YUV 215.27 30.78 155.62 -
System Red Green Blue C M Y K H S L
Decimal 254 229 43 0 0.10 0.83 0.00 52.89 0.99 0.58
Hex FE E5 2B 0 A 53 0 35 63 3A
Octal 376 345 53 0 12 123 0 65 143 72
Binary 11111110 11100101 101011 0 1010 1010011 0 110101 1100011 111010

Color Harmonies of #FEE52B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE52B

Black with #FEE52B

Text Example


Text Example

White with #FEE52B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE52B; }

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

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

background-color css

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

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

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

border-color css

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

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

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