#f2c93a

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

Shades of Saffron #F2C93A

Tints of Saffron #F2C93A

Color information

#F2C93A (or 0xF2C93A) is unknown color: approx Saffron. HEX triplet: F2, C9 and 3A. RGB value is (242,201,58). Sum of RGB (Red+Green+Blue) = 242+201+58=501 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.30% from 501); Green value is 201 (78.91% from 255 or 40.12% from 501); Blue value is 58 (23.05% from 255 or 11.58% from 501); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C93A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2C93A is #0D36C5. Grayscale: #C5C5C5. Windows color (decimal): -865990 or 3852786. OLE color: 3852786.

HSL color Cylindrical-coordinate representation of color #F2C93A: hue angle of 46.63º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F2C93A is Cyan = 0, Magento = 0.17, Yellow = 0.76 and Black (K on CMYK) = 0.05.

Color convert

RGB24220158-
CMYK00.170.760.05
HSL46.63º87.62%58.82%-
HSV(B)46.63º76.03%94.9%-
XYZ58.2760.9612.7-
YUV196.9649.58160.13-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 48.30%
GREEN value IS 201 (78.91% from 255) = 40.12%
BLUE value IS 58 (23.05% from 255) = 11.58%
R=48.30%
G=40.12%
B=11.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.76
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2422015800.170.760.0546.6387.6258.82
HexF2C93A0114C52f583b
Octal3623117202111455713073
Binary111100101100100111101001000110011001011011111011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f2c93a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f2c93a; }

 p { color: rgb(242,201,58); }

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

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

 a { background-color: rgb(242,201,58); }

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

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

 span { border-color: rgb(242,201,58); }

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