Html Css Color HEX #FEC032 Saffron

📋 copy color: '#FEC032'

red 254 ◦ green 192 ◦ blue 50

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

Shades of Saffron #FEC032

Tints of Saffron #FEC032

RGB

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

 GREEN value IS 192 (75.39% from 255) = 38.71%

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

R = 51.21%
G = 38.71%
B = 10.08%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.80

 K value IS 0.00

RGB Variations

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

Color information

#FEC032 (or 0xFEC032) is known color: Saffron. HEX triplet: FE, C0 and 32. RGB value is (254,192,50). Sum of RGB (Red+Green+Blue) = 254+192+50=496 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.21% from 496); Green value is 192 (75.39% from 255 or 38.71% from 496); Blue value is 50 (19.92% from 255 or 10.08% from 496); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC032 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC032 is #013FCD. Grayscale: #C2C2C2. Windows color (decimal): -81870 or 3326206. OLE color: 3326206.

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

Color convert

RGB 254 192 50 -
CMYK 0 0.24 0.80 0.00
HSL 41.76º 0.99% 0.6% -
HSV(B) 41.76º 0.8% 1% -
XYZ 60.3 59 11.23 -
YUV 194.35 46.54 170.55 -
System Red Green Blue C M Y K H S L
Decimal 254 192 50 0 0.24 0.80 0.00 41.76 0.99 0.6
Hex FE C0 32 0 18 50 0 2A 63 3C
Octal 376 300 62 0 30 120 0 52 143 74
Binary 11111110 11000000 110010 0 11000 1010000 0 101010 1100011 111100

Color Harmonies of #FEC032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC032

Black with #FEC032

Text Example


Text Example

White with #FEC032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC032; }

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

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

background-color css

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

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

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

border-color css

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

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

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