Html Css Color HEX #FEF932 Gorse

📋 copy color: '#FEF932'

red 254 ◦ green 249 ◦ blue 50

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

Shades of Gorse #FEF932

Tints of Gorse #FEF932

RGB

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

 GREEN value IS 249 (97.66% from 255) = 45.03%

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

R = 45.93%
G = 45.03%
B = 9.04%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.80

 K value IS 0.00

RGB Variations

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

Color information

#FEF932 (or 0xFEF932) is known color: Gorse. HEX triplet: FE, F9 and 32. RGB value is (254,249,50). Sum of RGB (Red+Green+Blue) = 254+249+50=553 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.93% from 553); Green value is 249 (97.66% from 255 or 45.03% from 553); Blue value is 50 (19.92% from 255 or 9.04% from 553); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF932 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF932 is #0106CD. Grayscale: #E4E4E4. Windows color (decimal): -67278 or 3340798. OLE color: 3340798.

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

Color convert

RGB 254 249 50 -
CMYK 0 0.02 0.80 0.00
HSL 58.53º 0.99% 0.6% -
HSV(B) 58.53º 0.8% 1% -
XYZ 75.32 89.05 16.24 -
YUV 227.81 27.66 146.68 -
System Red Green Blue C M Y K H S L
Decimal 254 249 50 0 0.02 0.80 0.00 58.53 0.99 0.6
Hex FE F9 32 0 2 50 0 3B 63 3C
Octal 376 371 62 0 2 120 0 73 143 74
Binary 11111110 11111001 110010 0 10 1010000 0 111011 1100011 111100

Color Harmonies of #FEF932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF932

Black with #FEF932

Text Example


Text Example

White with #FEF932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF932; }

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

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

background-color css

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

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

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

border-color css

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

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

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