Html Css Color HEX #FAC531 Saffron

📋 copy color: '#FAC531'

red 250 ◦ green 197 ◦ blue 49

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

Shades of Saffron #FAC531

Tints of Saffron #FAC531

RGB

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

 GREEN value IS 197 (77.34% from 255) = 39.72%

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

R = 50.4%
G = 39.72%
B = 9.88%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.80

 K value IS 0.02

RGB Variations

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

Color information

#FAC531 (or 0xFAC531) is known color: Saffron. HEX triplet: FA, C5 and 31. RGB value is (250,197,49). Sum of RGB (Red+Green+Blue) = 250+197+49=496 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.40% from 496); Green value is 197 (77.34% from 255 or 39.72% from 496); Blue value is 49 (19.53% from 255 or 9.88% from 496); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC531 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC531 is #053ACE. Grayscale: #C4C4C4. Windows color (decimal): -342735 or 3261946. OLE color: 3261946.

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

Color convert

RGB 250 197 49 -
CMYK 0 0.21 0.80 0.02
HSL 44.18º 0.95% 0.59% -
HSV(B) 44.18º 0.8% 0.98% -
XYZ 59.94 60.48 11.42 -
YUV 195.98 45.06 166.53 -
System Red Green Blue C M Y K H S L
Decimal 250 197 49 0 0.21 0.80 0.02 44.18 0.95 0.59
Hex FA C5 31 0 15 50 2 2C 5F 3B
Octal 372 305 61 0 25 120 2 54 137 73
Binary 11111010 11000101 110001 0 10101 1010000 10 101100 1011111 111011

Color Harmonies of #FAC531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC531

Black with #FAC531

Text Example


Text Example

White with #FAC531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC531; }

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

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

background-color css

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

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

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

border-color css

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

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

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