#FAC335

Color #FAC335 Saffron (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Saffron #FAC335

Tints of Saffron #FAC335

Color information

#FAC335 (or 0xFAC335) is unknown color: approx Saffron. HEX triplet: FA, C3 and 35. RGB value is (250,195,53). Sum of RGB (Red+Green+Blue) = 250+195+53=498 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.20% from 498); Green value is 195 (76.56% from 255 or 39.16% from 498); Blue value is 53 (21.09% from 255 or 10.64% from 498); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC335 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC335 is #053CCA. Grayscale: #C3C3C3. Windows color (decimal): -343243 or 3523578. OLE color: 3523578.

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

Color convert

RGB25019553-
CMYK00.220.790.02
HSL43.25º95.17%59.41%-
HSV(B)43.25º78.8%98.04%-
XYZ59.5859.6111.73-
YUV195.2647.72167.05-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 50.20%
GREEN value IS 195 (76.56% from 255) = 39.16%
BLUE value IS 53 (21.09% from 255) = 10.64%
R=50.20%
G=39.16%
B=10.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.79
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501955300.220.790.0243.2595.1759.41
HexFAC3350164F22b5f3b
Octal3723036502611725313773
Binary11111010110000111101010101101001111101010111011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC335; }

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

 H1.HeaderClassName
 {
   color: #FAC335;
 }
 .AnyTagClassName
 {
   color: #FAC335;
 }
</style>
background-color css

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

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

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

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

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

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