#F99969

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

Shades of Atomic Tangerine #F99969

Tints of Atomic Tangerine #F99969

Color information

#F99969 (or 0xF99969) is unknown color: approx Atomic Tangerine. HEX triplet: F9, 99 and 69. RGB value is (249,153,105). Sum of RGB (Red+Green+Blue) = 249+153+105=507 (67% of max value = 765). Red value is 249 (97.66% from 255 or 49.11% from 507); Green value is 153 (60.16% from 255 or 30.18% from 507); Blue value is 105 (41.41% from 255 or 20.71% from 507); Max value from RGB is 249 - color contains mainly: red. Hex color #F99969 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F99969 is #066696. Grayscale: #B0B0B0. Windows color (decimal): -419479 or 6920697. OLE color: 6920697.

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

Color convert

RGB249153105-
CMYK00.390.580.02
HSL20º92.31%69.41%-
HSV(B)20º57.83%97.65%-
XYZ53.0143.9419.05-
YUV176.2387.8179.9-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 49.11%
GREEN value IS 153 (60.16% from 255) = 30.18%
BLUE value IS 105 (41.41% from 255) = 20.71%
R=49.11%
G=30.18%
B=20.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.58
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24915310500.390.580.022092.3169.41
HexF999690273A2145c45
Octal37123115104772224134105
Binary111110011001100111010010100111111010101010010111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F99969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F99969; }

 p { color: rgb(249,153,105); }

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

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

 a { background-color: rgb(249,153,105); }

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

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

 span { border-color: rgb(249,153,105); }

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