Html Css Color HEX #FEFC32 Gorse

📋 copy color: '#FEFC32'

red 254 ◦ green 252 ◦ blue 50

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

Shades of Gorse #FEFC32

Tints of Gorse #FEFC32

RGB

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

 GREEN value IS 252 (98.83% from 255) = 45.32%

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

R = 45.68%
G = 45.32%
B = 8.99%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.80

 K value IS 0.00

RGB Variations

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

Color information

#FEFC32 (or 0xFEFC32) is known color: Gorse. HEX triplet: FE, FC and 32. RGB value is (254,252,50). Sum of RGB (Red+Green+Blue) = 254+252+50=556 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.68% from 556); Green value is 252 (98.83% from 255 or 45.32% from 556); Blue value is 50 (19.92% from 255 or 8.99% from 556); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFC32 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEFC32 is #0103CD. Grayscale: #E6E6E6. Windows color (decimal): -66510 or 3341566. OLE color: 3341566.

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

Color convert

RGB 254 252 50 -
CMYK 0 0.01 0.80 0.00
HSL 59.41º 0.99% 0.6% -
HSV(B) 59.41º 0.8% 1% -
XYZ 76.26 90.92 16.55 -
YUV 229.57 26.66 145.43 -
System Red Green Blue C M Y K H S L
Decimal 254 252 50 0 0.01 0.80 0.00 59.41 0.99 0.6
Hex FE FC 32 0 1 50 0 3B 63 3C
Octal 376 374 62 0 1 120 0 73 143 74
Binary 11111110 11111100 110010 0 1 1010000 0 111011 1100011 111100

Color Harmonies of #FEFC32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFC32

Black with #FEFC32

Text Example


Text Example

White with #FEFC32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFC32; }

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

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

background-color css

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

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

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

border-color css

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

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

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