Html Css Color HEX #FAC431 Saffron

📋 copy color: '#FAC431'

red 250 ◦ green 196 ◦ blue 49

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

Shades of Saffron #FAC431

Tints of Saffron #FAC431

RGB

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

 GREEN value IS 196 (76.95% from 255) = 39.6%

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

R = 50.51%
G = 39.6%
B = 9.9%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.80

 K value IS 0.02

RGB Variations

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

Color information

#FAC431 (or 0xFAC431) is known color: Saffron. HEX triplet: FA, C4 and 31. RGB value is (250,196,49). Sum of RGB (Red+Green+Blue) = 250+196+49=495 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.51% from 495); Green value is 196 (76.95% from 255 or 39.60% from 495); Blue value is 49 (19.53% from 255 or 9.90% from 495); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC431 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC431 is #053BCE. Grayscale: #C4C4C4. Windows color (decimal): -342991 or 3261690. OLE color: 3261690.

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

Color convert

RGB 250 196 49 -
CMYK 0 0.22 0.80 0.02
HSL 43.88º 0.95% 0.59% -
HSV(B) 43.88º 0.8% 0.98% -
XYZ 59.72 60.03 11.34 -
YUV 195.39 45.39 166.95 -
System Red Green Blue C M Y K H S L
Decimal 250 196 49 0 0.22 0.80 0.02 43.88 0.95 0.59
Hex FA C4 31 0 16 50 2 2C 5F 3B
Octal 372 304 61 0 26 120 2 54 137 73
Binary 11111010 11000100 110001 0 10110 1010000 10 101100 1011111 111011

Color Harmonies of #FAC431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC431

Black with #FAC431

Text Example


Text Example

White with #FAC431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC431; }

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

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

background-color css

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

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

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

border-color css

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

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

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