Html Css Color HEX #FAC537 Saffron

📋 copy color: '#FAC537'

red 250 ◦ green 197 ◦ blue 55

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

Shades of Saffron #FAC537

Tints of Saffron #FAC537

RGB

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

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

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

R = 49.8%
G = 39.24%
B = 10.96%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.78

 K value IS 0.02

RGB Variations

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

Color information

#FAC537 (or 0xFAC537) is known color: Saffron. HEX triplet: FA, C5 and 37. RGB value is (250,197,55). Sum of RGB (Red+Green+Blue) = 250+197+55=502 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.80% from 502); Green value is 197 (77.34% from 255 or 39.24% from 502); Blue value is 55 (21.88% from 255 or 10.96% from 502); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC537 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC537 is #053AC8. Grayscale: #C5C5C5. Windows color (decimal): -342729 or 3655162. OLE color: 3655162.

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

Color convert

RGB 250 197 55 -
CMYK 0 0.21 0.78 0.02
HSL 43.69º 0.95% 0.6% -
HSV(B) 43.69º 0.78% 0.98% -
XYZ 60.08 60.53 12.13 -
YUV 196.66 48.06 166.05 -
System Red Green Blue C M Y K H S L
Decimal 250 197 55 0 0.21 0.78 0.02 43.69 0.95 0.6
Hex FA C5 37 0 15 4E 2 2C 5F 3C
Octal 372 305 67 0 25 116 2 54 137 74
Binary 11111010 11000101 110111 0 10101 1001110 10 101100 1011111 111100

Color Harmonies of #FAC537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC537

Black with #FAC537

Text Example


Text Example

White with #FAC537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC537; }

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

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

background-color css

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

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

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

border-color css

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

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

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