Html Css Color HEX #FEF129 Gorse

📋 copy color: '#FEF129'

red 254 ◦ green 241 ◦ blue 41

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

Shades of Gorse #FEF129

Tints of Gorse #FEF129

RGB

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

 GREEN value IS 241 (94.53% from 255) = 44.96%

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

R = 47.39%
G = 44.96%
B = 7.65%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.84

 K value IS 0.00

RGB Variations

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

Color information

#FEF129 (or 0xFEF129) is known color: Gorse. HEX triplet: FE, F1 and 29. RGB value is (254,241,41). Sum of RGB (Red+Green+Blue) = 254+241+41=536 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.39% from 536); Green value is 241 (94.53% from 255 or 44.96% from 536); Blue value is 41 (16.41% from 255 or 7.65% from 536); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF129 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF129 is #010ED6. Grayscale: #DEDEDE. Windows color (decimal): -69335 or 2748926. OLE color: 2748926.

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

Color convert

RGB 254 241 41 -
CMYK 0 0.05 0.84 0.00
HSL 56.34º 0.99% 0.58% -
HSV(B) 56.34º 0.84% 1% -
XYZ 72.73 84.14 14.51 -
YUV 222.09 25.81 150.76 -
System Red Green Blue C M Y K H S L
Decimal 254 241 41 0 0.05 0.84 0.00 56.34 0.99 0.58
Hex FE F1 29 0 5 54 0 38 63 3A
Octal 376 361 51 0 5 124 0 70 143 72
Binary 11111110 11110001 101001 0 101 1010100 0 111000 1100011 111010

Color Harmonies of #FEF129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF129

Black with #FEF129

Text Example


Text Example

White with #FEF129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF129; }

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

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

background-color css

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

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

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

border-color css

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

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

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