#F6C23B

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

Shades of Saffron #F6C23B

Tints of Saffron #F6C23B

Color information

#F6C23B (or 0xF6C23B) is unknown color: approx Saffron. HEX triplet: F6, C2 and 3B. RGB value is (246,194,59). Sum of RGB (Red+Green+Blue) = 246+194+59=499 (66% of max value = 765). Red value is 246 (96.48% from 255 or 49.30% from 499); Green value is 194 (76.17% from 255 or 38.88% from 499); Blue value is 59 (23.44% from 255 or 11.82% from 499); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C23B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F6C23B is #093DC4. Grayscale: #C2C2C2. Windows color (decimal): -605637 or 3916534. OLE color: 3916534.

HSL color Cylindrical-coordinate representation of color #F6C23B: hue angle of 43.32º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F6C23B is Cyan = 0, Magento = 0.21, Yellow = 0.76 and Black (K on CMYK) = 0.04.

Color convert

RGB24619459-
CMYK00.210.760.04
HSL43.32º91.22%59.8%-
HSV(B)43.32º76.02%96.47%-
XYZ58.0958.4912.37-
YUV194.1651.73164.98-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 49.30%
GREEN value IS 194 (76.17% from 255) = 38.88%
BLUE value IS 59 (23.44% from 255) = 11.82%
R=49.30%
G=38.88%
B=11.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.76
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2461945900.210.760.0443.3291.2259.8
HexF6C23B0154C42b5b3c
Octal3663027302511445313374
Binary111101101100001011101101010110011001001010111011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6C23B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6C23B; }

 p { color: rgb(246,194,59); }

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

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

 a { background-color: rgb(246,194,59); }

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

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

 span { border-color: rgb(246,194,59); }

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