Html Css Color HEX #FEF429 Gorse

📋 copy color: '#FEF429'

red 254 ◦ green 244 ◦ blue 41

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

Shades of Gorse #FEF429

Tints of Gorse #FEF429

RGB

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

 GREEN value IS 244 (95.7% from 255) = 45.27%

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

R = 47.12%
G = 45.27%
B = 7.61%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.84

 K value IS 0.00

RGB Variations

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

Color information

#FEF429 (or 0xFEF429) is known color: Gorse. HEX triplet: FE, F4 and 29. RGB value is (254,244,41). Sum of RGB (Red+Green+Blue) = 254+244+41=539 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.12% from 539); Green value is 244 (95.70% from 255 or 45.27% from 539); Blue value is 41 (16.41% from 255 or 7.61% from 539); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF429 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF429 is #010BD6. Grayscale: #E0E0E0. Windows color (decimal): -68567 or 2749694. OLE color: 2749694.

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

Color convert

RGB 254 244 41 -
CMYK 0 0.04 0.84 0.00
HSL 57.18º 0.99% 0.58% -
HSV(B) 57.18º 0.84% 1% -
XYZ 73.62 85.93 14.8 -
YUV 223.85 24.81 149.51 -
System Red Green Blue C M Y K H S L
Decimal 254 244 41 0 0.04 0.84 0.00 57.18 0.99 0.58
Hex FE F4 29 0 4 54 0 39 63 3A
Octal 376 364 51 0 4 124 0 71 143 72
Binary 11111110 11110100 101001 0 100 1010100 0 111001 1100011 111010

Color Harmonies of #FEF429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF429

Black with #FEF429

Text Example


Text Example

White with #FEF429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF429; }

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

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

background-color css

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

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

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

border-color css

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

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

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