#F6996B

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

Shades of Atomic Tangerine #F6996B

Tints of Atomic Tangerine #F6996B

Color information

#F6996B (or 0xF6996B) is unknown color: approx Atomic Tangerine. HEX triplet: F6, 99 and 6B. RGB value is (246,153,107). Sum of RGB (Red+Green+Blue) = 246+153+107=506 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.62% from 506); Green value is 153 (60.16% from 255 or 30.24% from 506); Blue value is 107 (42.19% from 255 or 21.15% from 506); Max value from RGB is 246 - color contains mainly: red. Hex color #F6996B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6996B is #096694. Grayscale: #AFAFAF. Windows color (decimal): -616085 or 7051766. OLE color: 7051766.

HSL color Cylindrical-coordinate representation of color #F6996B: hue angle of 19.86º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F6996B is Cyan = 0, Magento = 0.38, Yellow = 0.57 and Black (K on CMYK) = 0.04.

Color convert

RGB246153107-
CMYK00.380.570.04
HSL19.86º88.54%69.22%-
HSV(B)19.86º56.5%96.47%-
XYZ52.0543.4419.55-
YUV175.5689.31178.24-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 48.62%
GREEN value IS 153 (60.16% from 255) = 30.24%
BLUE value IS 107 (42.19% from 255) = 21.15%
R=48.62%
G=30.24%
B=21.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.57
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24615310700.380.570.0419.8688.5469.22
HexF6996B026394145945
Octal36623115304671424131105
Binary1111011010011001110101101001101110011001010010110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6996B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6996B; }

 p { color: rgb(246,153,107); }

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

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

 a { background-color: rgb(246,153,107); }

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

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

 span { border-color: rgb(246,153,107); }

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