Html Css Color HEX #FEE129 Gorse

📋 copy color: '#FEE129'

red 254 ◦ green 225 ◦ blue 41

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

Shades of Gorse #FEE129

Tints of Gorse #FEE129

RGB

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

 GREEN value IS 225 (88.28% from 255) = 43.27%

 BLUE value IS 41 (16.41% from 255) = 7.88%

R = 48.85%
G = 43.27%
B = 7.88%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.84

 K value IS 0.00

RGB Variations

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

Color information

#FEE129 (or 0xFEE129) is known color: Gorse. HEX triplet: FE, E1 and 29. RGB value is (254,225,41). Sum of RGB (Red+Green+Blue) = 254+225+41=520 (68% of max value = 765). Red value is 254 (99.61% from 255 or 48.85% from 520); Green value is 225 (88.28% from 255 or 43.27% from 520); Blue value is 41 (16.41% from 255 or 7.88% from 520); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE129 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEE129 is #011ED6. Grayscale: #D5D5D5. Windows color (decimal): -73431 or 2744830. OLE color: 2744830.

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

Color convert

RGB 254 225 41 -
CMYK 0 0.11 0.84 0.00
HSL 51.83º 0.99% 0.58% -
HSV(B) 51.83º 0.84% 1% -
XYZ 68.2 75.08 13 -
YUV 212.7 31.11 157.46 -
System Red Green Blue C M Y K H S L
Decimal 254 225 41 0 0.11 0.84 0.00 51.83 0.99 0.58
Hex FE E1 29 0 B 54 0 34 63 3A
Octal 376 341 51 0 13 124 0 64 143 72
Binary 11111110 11100001 101001 0 1011 1010100 0 110100 1100011 111010

Color Harmonies of #FEE129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE129

Black with #FEE129

Text Example


Text Example

White with #FEE129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE129; }

 p { color: rgb(254,225,41); }

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

background-color css

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

 a { background-color: rgb(254,225,41); }

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

border-color css

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

 span { border-color: rgb(254,225,41); }

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