#F2C33F

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

Shades of Saffron #F2C33F

Tints of Saffron #F2C33F

Color information

#F2C33F (or 0xF2C33F) is unknown color: approx Saffron. HEX triplet: F2, C3 and 3F. RGB value is (242,195,63). Sum of RGB (Red+Green+Blue) = 242+195+63=500 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.4% from 500); Green value is 195 (76.56% from 255 or 39% from 500); Blue value is 63 (25% from 255 or 12.6% from 500); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C33F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2C33F is #0D3CC0. Grayscale: #C2C2C2. Windows color (decimal): -867521 or 4178930. OLE color: 4178930.

HSL color Cylindrical-coordinate representation of color #F2C33F: hue angle of 44.25º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F2C33F is Cyan = 0, Magento = 0.19, Yellow = 0.74 and Black (K on CMYK) = 0.05.

Color convert

RGB24219563-
CMYK00.190.740.05
HSL44.25º87.32%59.8%-
HSV(B)44.25º73.97%94.9%-
XYZ57.0358.2712.94-
YUV19454.07162.23-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 48.4%
GREEN value IS 195 (76.56% from 255) = 39%
BLUE value IS 63 (25% from 255) = 12.6%
R=48.4%
G=39%
B=12.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.74
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421956300.190.740.0544.2587.3259.8
HexF2C33F0134A52c573c
Octal3623037702311255412774
Binary111100101100001111111101001110010101011011001010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2C33F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2C33F; }

 p { color: rgb(242,195,63); }

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

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

 a { background-color: rgb(242,195,63); }

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

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

 span { border-color: rgb(242,195,63); }

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