Html Css Color HEX #FEF329 Gorse

📋 copy color: '#FEF329'

red 254 ◦ green 243 ◦ blue 41

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

Shades of Gorse #FEF329

Tints of Gorse #FEF329

RGB

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

 GREEN value IS 243 (95.31% from 255) = 45.17%

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

R = 47.21%
G = 45.17%
B = 7.62%

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

#FEF329 (or 0xFEF329) is known color: Gorse. HEX triplet: FE, F3 and 29. RGB value is (254,243,41). Sum of RGB (Red+Green+Blue) = 254+243+41=538 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.21% from 538); Green value is 243 (95.31% from 255 or 45.17% from 538); Blue value is 41 (16.41% from 255 or 7.62% from 538); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF329 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF329 is #010CD6. Grayscale: #E0E0E0. Windows color (decimal): -68823 or 2749438. OLE color: 2749438.

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

Color convert

RGB 254 243 41 -
CMYK 0 0.04 0.84 0.00
HSL 56.9º 0.99% 0.58% -
HSV(B) 56.9º 0.84% 1% -
XYZ 73.32 85.33 14.7 -
YUV 223.26 25.14 149.93 -
System Red Green Blue C M Y K H S L
Decimal 254 243 41 0 0.04 0.84 0.00 56.9 0.99 0.58
Hex FE F3 29 0 4 54 0 39 63 3A
Octal 376 363 51 0 4 124 0 71 143 72
Binary 11111110 11110011 101001 0 100 1010100 0 111001 1100011 111010

Color Harmonies of #FEF329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF329

Black with #FEF329

Text Example


Text Example

White with #FEF329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF329; }

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

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

background-color css

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

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

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

border-color css

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

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

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