#f2c12b

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

Shades of Saffron #F2C12B

Tints of Saffron #F2C12B

Color information

#F2C12B (or 0xF2C12B) is unknown color: approx Saffron. HEX triplet: F2, C1 and 2B. RGB value is (242,193,43). Sum of RGB (Red+Green+Blue) = 242+193+43=478 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.63% from 478); Green value is 193 (75.78% from 255 or 40.38% from 478); Blue value is 43 (17.19% from 255 or 9.00% from 478); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C12B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2C12B is #0D3ED4. Grayscale: #BFBFBF. Windows color (decimal): -868053 or 2867698. OLE color: 2867698.

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

Color convert

RGB24219343-
CMYK00.200.820.05
HSL45.23º88.44%55.88%-
HSV(B)45.23º82.23%94.9%-
XYZ56.1257.1910.37-
YUV190.5544.73164.7-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 50.63%
GREEN value IS 193 (75.78% from 255) = 40.38%
BLUE value IS 43 (17.19% from 255) = 9.00%
R=50.63%
G=40.38%
B=9.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.82
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421934300.200.820.0545.2388.4455.88
HexF2C12B0145252d5838
Octal3623015302412255513070
Binary111100101100000110101101010010100101011011011011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f2c12b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f2c12b; }

 p { color: rgb(242,193,43); }

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

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

 a { background-color: rgb(242,193,43); }

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

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

 span { border-color: rgb(242,193,43); }

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