Html Css Color HEX #FEC131 Saffron

📋 copy color: '#FEC131'

red 254 ◦ green 193 ◦ blue 49

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

Shades of Saffron #FEC131

Tints of Saffron #FEC131

RGB

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

 GREEN value IS 193 (75.78% from 255) = 38.91%

 BLUE value IS 49 (19.53% from 255) = 9.88%

R = 51.21%
G = 38.91%
B = 9.88%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.81

 K value IS 0.00

RGB Variations

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

Color information

#FEC131 (or 0xFEC131) is known color: Saffron. HEX triplet: FE, C1 and 31. RGB value is (254,193,49). Sum of RGB (Red+Green+Blue) = 254+193+49=496 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.21% from 496); Green value is 193 (75.78% from 255 or 38.91% from 496); Blue value is 49 (19.53% from 255 or 9.88% from 496); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC131 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC131 is #013ECE. Grayscale: #C3C3C3. Windows color (decimal): -81615 or 3260926. OLE color: 3260926.

HSL color Cylindrical-coordinate representation of color #FEC131: hue angle of 42.15º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FEC131 is Cyan = 0, Magento = 0.24, Yellow = 0.81 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 193 49 -
CMYK 0 0.24 0.81 0.00
HSL 42.15º 0.99% 0.59% -
HSV(B) 42.15º 0.81% 1% -
XYZ 60.5 59.43 11.19 -
YUV 194.82 45.71 170.21 -
System Red Green Blue C M Y K H S L
Decimal 254 193 49 0 0.24 0.81 0.00 42.15 0.99 0.59
Hex FE C1 31 0 18 51 0 2A 63 3B
Octal 376 301 61 0 30 121 0 52 143 73
Binary 11111110 11000001 110001 0 11000 1010001 0 101010 1100011 111011

Color Harmonies of #FEC131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC131

Black with #FEC131

Text Example


Text Example

White with #FEC131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC131; }

 p { color: rgb(254,193,49); }

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

background-color css

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

 a { background-color: rgb(254,193,49); }

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

border-color css

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

 span { border-color: rgb(254,193,49); }

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