#F2C03C

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

Shades of Saffron #F2C03C

Tints of Saffron #F2C03C

Color information

#F2C03C (or 0xF2C03C) is unknown color: approx Saffron. HEX triplet: F2, C0 and 3C. RGB value is (242,192,60). Sum of RGB (Red+Green+Blue) = 242+192+60=494 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.99% from 494); Green value is 192 (75.39% from 255 or 38.87% from 494); Blue value is 60 (23.83% from 255 or 12.15% from 494); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C03C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2C03C is #0D3FC3. Grayscale: #C0C0C0. Windows color (decimal): -868292 or 3981554. OLE color: 3981554.

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

Color convert

RGB24219260-
CMYK00.210.750.05
HSL43.52º87.5%59.22%-
HSV(B)43.52º75.21%94.9%-
XYZ56.2856.912.29-
YUV191.953.56163.73-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 48.99%
GREEN value IS 192 (75.39% from 255) = 38.87%
BLUE value IS 60 (23.83% from 255) = 12.15%
R=48.99%
G=38.87%
B=12.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.75
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421926000.210.750.0543.5287.559.22
HexF2C03C0154B52c583b
Octal3623007402511355413073
Binary111100101100000011110001010110010111011011001011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2C03C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2C03C; }

 p { color: rgb(242,192,60); }

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

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

 a { background-color: rgb(242,192,60); }

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

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

 span { border-color: rgb(242,192,60); }

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