#F69460

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

Shades of Atomic Tangerine #F69460

Tints of Atomic Tangerine #F69460

Color information

#F69460 (or 0xF69460) is unknown color: approx Atomic Tangerine. HEX triplet: F6, 94 and 60. RGB value is (246,148,96). Sum of RGB (Red+Green+Blue) = 246+148+96=490 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.20% from 490); Green value is 148 (58.20% from 255 or 30.20% from 490); Blue value is 96 (37.89% from 255 or 19.59% from 490); Max value from RGB is 246 - color contains mainly: red. Hex color #F69460 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F69460 is #096B9F. Grayscale: #ABABAB. Windows color (decimal): -617376 or 6329590. OLE color: 6329590.

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

Color convert

RGB24614896-
CMYK00.400.610.04
HSL20.8º89.29%67.06%-
HSV(B)20.8º60.98%96.47%-
XYZ50.7141.6216.43-
YUV171.3785.47181.23-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 50.20%
GREEN value IS 148 (58.20% from 255) = 30.20%
BLUE value IS 96 (37.89% from 255) = 19.59%
R=50.20%
G=30.20%
B=19.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.61
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2461489600.400.610.0420.889.2967.06
HexF694600283D4155943
Octal36622414005075425131103
Binary1111011010010100110000001010001111011001010110110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F69460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F69460; }

 p { color: rgb(246,148,96); }

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

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

 a { background-color: rgb(246,148,96); }

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

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

 span { border-color: rgb(246,148,96); }

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