#FCC135

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

Shades of Saffron #FCC135

Tints of Saffron #FCC135

Color information

#FCC135 (or 0xFCC135) is unknown color: approx Saffron. HEX triplet: FC, C1 and 35. RGB value is (252,193,53). Sum of RGB (Red+Green+Blue) = 252+193+53=498 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.60% from 498); Green value is 193 (75.78% from 255 or 38.76% from 498); Blue value is 53 (21.09% from 255 or 10.64% from 498); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC135 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC135 is #033ECA. Grayscale: #C3C3C3. Windows color (decimal): -212683 or 3523068. OLE color: 3523068.

HSL color Cylindrical-coordinate representation of color #FCC135: hue angle of 42.21º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FCC135 is Cyan = 0, Magento = 0.23, Yellow = 0.79 and Black (K on CMYK) = 0.01.

Color convert

RGB25219353-
CMYK00.230.790.01
HSL42.21º97.07%59.8%-
HSV(B)42.21º78.97%98.82%-
XYZ59.8659.0911.62-
YUV194.6848.05168.88-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 50.60%
GREEN value IS 193 (75.78% from 255) = 38.76%
BLUE value IS 53 (21.09% from 255) = 10.64%
R=50.60%
G=38.76%
B=10.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.79
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521935300.230.790.0142.2197.0759.8
HexFCC1350174F12a613c
Octal3743016502711715214174
Binary1111110011000001110101010111100111111010101100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC135; }

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

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

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

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

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

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

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

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