Html Css Color HEX #FAC535 Saffron

📋 copy color: '#FAC535'

red 250 ◦ green 197 ◦ blue 53

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

Shades of Saffron #FAC535

Tints of Saffron #FAC535

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 10.6%

R = 50%
G = 39.4%
B = 10.6%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.79

 K value IS 0.02

RGB Variations

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

Color information

#FAC535 (or 0xFAC535) is known color: Saffron. HEX triplet: FA, C5 and 35. RGB value is (250,197,53). Sum of RGB (Red+Green+Blue) = 250+197+53=500 (66% of max value = 765). Red value is 250 (98.05% from 255 or 50% from 500); Green value is 197 (77.34% from 255 or 39.4% from 500); Blue value is 53 (21.09% from 255 or 10.6% from 500); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC535 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC535 is #053ACA. Grayscale: #C5C5C5. Windows color (decimal): -342731 or 3524090. OLE color: 3524090.

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

Color convert

RGB 250 197 53 -
CMYK 0 0.21 0.79 0.02
HSL 43.86º 0.95% 0.59% -
HSV(B) 43.86º 0.79% 0.98% -
XYZ 60.03 60.51 11.88 -
YUV 196.43 47.06 166.21 -
System Red Green Blue C M Y K H S L
Decimal 250 197 53 0 0.21 0.79 0.02 43.86 0.95 0.59
Hex FA C5 35 0 15 4F 2 2C 5F 3B
Octal 372 305 65 0 25 117 2 54 137 73
Binary 11111010 11000101 110101 0 10101 1001111 10 101100 1011111 111011

Color Harmonies of #FAC535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC535

Black with #FAC535

Text Example


Text Example

White with #FAC535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC535; }

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

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

background-color css

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

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

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

border-color css

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

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

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