#F2C23F

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

Shades of Saffron #F2C23F

Tints of Saffron #F2C23F

Color information

#F2C23F (or 0xF2C23F) is unknown color: approx Saffron. HEX triplet: F2, C2 and 3F. RGB value is (242,194,63). Sum of RGB (Red+Green+Blue) = 242+194+63=499 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.50% from 499); Green value is 194 (76.17% from 255 or 38.88% from 499); Blue value is 63 (25% from 255 or 12.63% from 499); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C23F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2C23F is #0D3DC0. Grayscale: #C1C1C1. Windows color (decimal): -867777 or 4178674. OLE color: 4178674.

HSL color Cylindrical-coordinate representation of color #F2C23F: hue angle of 43.91º 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 #F2C23F is Cyan = 0, Magento = 0.20, Yellow = 0.74 and Black (K on CMYK) = 0.05.

Color convert

RGB24219463-
CMYK00.200.740.05
HSL43.91º87.32%59.8%-
HSV(B)43.91º73.97%94.9%-
XYZ56.8157.8212.87-
YUV193.4254.4162.65-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 48.50%
GREEN value IS 194 (76.17% from 255) = 38.88%
BLUE value IS 63 (25% from 255) = 12.63%
R=48.50%
G=38.88%
B=12.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.74
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421946300.200.740.0543.9187.3259.8
HexF2C23F0144A52c573c
Octal3623027702411255412774
Binary111100101100001011111101010010010101011011001010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2C23F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2C23F; }

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

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

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

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

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

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

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

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