#FAC135

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

Shades of Saffron #FAC135

Tints of Saffron #FAC135

Color information

#FAC135 (or 0xFAC135) is unknown color: approx Saffron. HEX triplet: FA, C1 and 35. RGB value is (250,193,53). Sum of RGB (Red+Green+Blue) = 250+193+53=496 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.40% from 496); Green value is 193 (75.78% from 255 or 38.91% from 496); Blue value is 53 (21.09% from 255 or 10.69% from 496); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC135 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC135 is #053ECA. Grayscale: #C2C2C2. Windows color (decimal): -343755 or 3523066. OLE color: 3523066.

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

Color convert

RGB25019353-
CMYK00.230.790.02
HSL42.64º95.17%59.41%-
HSV(B)42.64º78.8%98.04%-
XYZ59.1458.7211.59-
YUV194.0848.38167.88-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 50.40%
GREEN value IS 193 (75.78% from 255) = 38.91%
BLUE value IS 53 (21.09% from 255) = 10.69%
R=50.40%
G=38.91%
B=10.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.79
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501935300.230.790.0242.6495.1759.41
HexFAC1350174F22b5f3b
Octal3723016502711725313773
Binary11111010110000011101010101111001111101010111011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC135; }

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

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

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

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

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

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

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

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