#F9916E

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

Shades of Atomic Tangerine #F9916E

Tints of Atomic Tangerine #F9916E

Color information

#F9916E (or 0xF9916E) is unknown color: approx Atomic Tangerine. HEX triplet: F9, 91 and 6E. RGB value is (249,145,110). Sum of RGB (Red+Green+Blue) = 249+145+110=504 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.40% from 504); Green value is 145 (57.03% from 255 or 28.77% from 504); Blue value is 110 (43.36% from 255 or 21.83% from 504); Max value from RGB is 249 - color contains mainly: red. Hex color #F9916E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9916E is #066E91. Grayscale: #ACACAC. Windows color (decimal): -421522 or 7246329. OLE color: 7246329.

HSL color Cylindrical-coordinate representation of color #F9916E: hue angle of 15.11º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F9916E is Cyan = 0, Magento = 0.42, Yellow = 0.56 and Black (K on CMYK) = 0.02.

Color convert

RGB249145110-
CMYK00.420.560.02
HSL15.11º92.05%70.39%-
HSV(B)15.11º55.82%97.65%-
XYZ52.0141.5220.02-
YUV172.1192.96182.85-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 49.40%
GREEN value IS 145 (57.03% from 255) = 28.77%
BLUE value IS 110 (43.36% from 255) = 21.83%
R=49.40%
G=28.77%
B=21.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.56
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24914511000.420.560.0215.1192.0570.39
HexF9916E02A382f5c46
Octal37122115605270217134106
Binary11111001100100011101110010101011100010111110111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9916E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9916E; }

 p { color: rgb(249,145,110); }

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

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

 a { background-color: rgb(249,145,110); }

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

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

 span { border-color: rgb(249,145,110); }

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