Html Css Color HEX #FAC131 Saffron

📋 copy color: '#FAC131'

red 250 ◦ green 193 ◦ blue 49

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

Shades of Saffron #FAC131

Tints of Saffron #FAC131

RGB

 RED value IS 250 (98.05% from 255) = 50.81%

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

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

R = 50.81%
G = 39.23%
B = 9.96%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.80

 K value IS 0.02

RGB Variations

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

Color information

#FAC131 (or 0xFAC131) is known color: Saffron. HEX triplet: FA, C1 and 31. RGB value is (250,193,49). Sum of RGB (Red+Green+Blue) = 250+193+49=492 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.81% from 492); Green value is 193 (75.78% from 255 or 39.23% from 492); Blue value is 49 (19.53% from 255 or 9.96% from 492); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC131 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC131 is #053ECE. Grayscale: #C2C2C2. Windows color (decimal): -343759 or 3260922. OLE color: 3260922.

HSL color Cylindrical-coordinate representation of color #FAC131: hue angle of 42.99º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FAC131 is Cyan = 0, Magento = 0.23, Yellow = 0.80 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 193 49 -
CMYK 0 0.23 0.80 0.02
HSL 42.99º 0.95% 0.59% -
HSV(B) 42.99º 0.8% 0.98% -
XYZ 59.05 58.69 11.12 -
YUV 193.63 46.38 168.21 -
System Red Green Blue C M Y K H S L
Decimal 250 193 49 0 0.23 0.80 0.02 42.99 0.95 0.59
Hex FA C1 31 0 17 50 2 2B 5F 3B
Octal 372 301 61 0 27 120 2 53 137 73
Binary 11111010 11000001 110001 0 10111 1010000 10 101011 1011111 111011

Color Harmonies of #FAC131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC131

Black with #FAC131

Text Example


Text Example

White with #FAC131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC131; }

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

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

background-color css

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

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

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

border-color css

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

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

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