#F6A202

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

Shades of Orange #F6A202

Tints of Orange #F6A202

Color information

#F6A202 (or 0xF6A202) is unknown color: approx Orange. HEX triplet: F6, A2 and 02. RGB value is (246,162,2). Sum of RGB (Red+Green+Blue) = 246+162+2=410 (54% of max value = 765). Red value is 246 (96.48% from 255 or 60% from 410); Green value is 162 (63.67% from 255 or 39.51% from 410); Blue value is 2 (1.17% from 255 or 0.49% from 410); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A202 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F6A202 is #095DFD. Grayscale: #A9A9A9. Windows color (decimal): -613886 or 172790. OLE color: 172790.

HSL color Cylindrical-coordinate representation of color #F6A202: hue angle of 39.34º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F6A202 is Cyan = 0, Magento = 0.34, Yellow = 0.99 and Black (K on CMYK) = 0.04.

Color convert

RGB2461622-
CMYK00.340.990.04
HSL39.34º98.39%48.63%-
HSV(B)39.34º99.19%96.47%-
XYZ50.9445.446.14-
YUV168.8833.83183.01-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 60%
GREEN value IS 162 (63.67% from 255) = 39.51%
BLUE value IS 2 (1.17% from 255) = 0.49%
R=60%
G=39.51%
B=0.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.99
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal246162200.340.990.0439.3498.3948.63
HexF6A22022634276231
Octal366242204214344714261
Binary111101101010001010010001011000111001001111100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6A202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6A202; }

 p { color: rgb(246,162,2); }

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

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

 a { background-color: rgb(246,162,2); }

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

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

 span { border-color: rgb(246,162,2); }

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