Html Css Color HEX #FEF332 Gorse

📋 copy color: '#FEF332'

red 254 ◦ green 243 ◦ blue 50

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

Shades of Gorse #FEF332

Tints of Gorse #FEF332

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 9.14%

R = 46.44%
G = 44.42%
B = 9.14%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.80

 K value IS 0.00

RGB Variations

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

Color information

#FEF332 (or 0xFEF332) is known color: Gorse. HEX triplet: FE, F3 and 32. RGB value is (254,243,50). Sum of RGB (Red+Green+Blue) = 254+243+50=547 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.44% from 547); Green value is 243 (95.31% from 255 or 44.42% from 547); Blue value is 50 (19.92% from 255 or 9.14% from 547); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF332 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF332 is #010CCD. Grayscale: #E1E1E1. Windows color (decimal): -68814 or 3339262. OLE color: 3339262.

HSL color Cylindrical-coordinate representation of color #FEF332: hue angle of 56.76º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FEF332 is Cyan = 0, Magento = 0.04, Yellow = 0.80 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 243 50 -
CMYK 0 0.04 0.80 0.00
HSL 56.76º 0.99% 0.6% -
HSV(B) 56.76º 0.8% 1% -
XYZ 73.5 85.4 15.63 -
YUV 224.29 29.64 149.19 -
System Red Green Blue C M Y K H S L
Decimal 254 243 50 0 0.04 0.80 0.00 56.76 0.99 0.6
Hex FE F3 32 0 4 50 0 39 63 3C
Octal 376 363 62 0 4 120 0 71 143 74
Binary 11111110 11110011 110010 0 100 1010000 0 111001 1100011 111100

Color Harmonies of #FEF332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF332

Black with #FEF332

Text Example


Text Example

White with #FEF332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF332; }

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

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

background-color css

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

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

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

border-color css

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

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

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