Html Css Color HEX #FEC031 Saffron

📋 copy color: '#FEC031'

red 254 ◦ green 192 ◦ blue 49

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

Shades of Saffron #FEC031

Tints of Saffron #FEC031

RGB

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

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

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

R = 51.31%
G = 38.79%
B = 9.9%

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

#FEC031 (or 0xFEC031) is known color: Saffron. HEX triplet: FE, C0 and 31. RGB value is (254,192,49). Sum of RGB (Red+Green+Blue) = 254+192+49=495 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.31% from 495); Green value is 192 (75.39% from 255 or 38.79% from 495); Blue value is 49 (19.53% from 255 or 9.90% from 495); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC031 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC031 is #013FCE. Grayscale: #C2C2C2. Windows color (decimal): -81871 or 3260670. OLE color: 3260670.

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

Color convert

RGB 254 192 49 -
CMYK 0 0.24 0.81 0.00
HSL 41.85º 0.99% 0.59% -
HSV(B) 41.85º 0.81% 1% -
XYZ 60.28 58.99 11.12 -
YUV 194.24 46.04 170.63 -
System Red Green Blue C M Y K H S L
Decimal 254 192 49 0 0.24 0.81 0.00 41.85 0.99 0.59
Hex FE C0 31 0 18 51 0 2A 63 3B
Octal 376 300 61 0 30 121 0 52 143 73
Binary 11111110 11000000 110001 0 11000 1010001 0 101010 1100011 111011

Color Harmonies of #FEC031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC031

Black with #FEC031

Text Example


Text Example

White with #FEC031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC031; }

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

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

background-color css

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

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

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

border-color css

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

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

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