Html Css Color HEX #FAC037 Saffron

📋 copy color: '#FAC037'

red 250 ◦ green 192 ◦ blue 55

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

Shades of Saffron #FAC037

Tints of Saffron #FAC037

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 11.07%

R = 50.3%
G = 38.63%
B = 11.07%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.78

 K value IS 0.02

RGB Variations

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

Color information

#FAC037 (or 0xFAC037) is known color: Saffron. HEX triplet: FA, C0 and 37. RGB value is (250,192,55). Sum of RGB (Red+Green+Blue) = 250+192+55=497 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.30% from 497); Green value is 192 (75.39% from 255 or 38.63% from 497); Blue value is 55 (21.88% from 255 or 11.07% from 497); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC037 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC037 is #053FC8. Grayscale: #C2C2C2. Windows color (decimal): -344009 or 3653882. OLE color: 3653882.

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

Color convert

RGB 250 192 55 -
CMYK 0 0.23 0.78 0.02
HSL 42.15º 0.95% 0.6% -
HSV(B) 42.15º 0.78% 0.98% -
XYZ 58.96 58.3 11.76 -
YUV 193.72 49.72 168.14 -
System Red Green Blue C M Y K H S L
Decimal 250 192 55 0 0.23 0.78 0.02 42.15 0.95 0.6
Hex FA C0 37 0 17 4E 2 2A 5F 3C
Octal 372 300 67 0 27 116 2 52 137 74
Binary 11111010 11000000 110111 0 10111 1001110 10 101010 1011111 111100

Color Harmonies of #FAC037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC037

Black with #FAC037

Text Example


Text Example

White with #FAC037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC037; }

 p { color: rgb(250,192,55); }

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

background-color css

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

 a { background-color: rgb(250,192,55); }

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

border-color css

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

 span { border-color: rgb(250,192,55); }

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