#F99770

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

Shades of Atomic Tangerine #F99770

Tints of Atomic Tangerine #F99770

Color information

#F99770 (or 0xF99770) is unknown color: approx Atomic Tangerine. HEX triplet: F9, 97 and 70. RGB value is (249,151,112). Sum of RGB (Red+Green+Blue) = 249+151+112=512 (67% of max value = 765). Red value is 249 (97.66% from 255 or 48.63% from 512); Green value is 151 (59.38% from 255 or 29.49% from 512); Blue value is 112 (44.14% from 255 or 21.88% from 512); Max value from RGB is 249 - color contains mainly: red. Hex color #F99770 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F99770 is #06688F. Grayscale: #B0B0B0. Windows color (decimal): -419984 or 7378937. OLE color: 7378937.

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

Color convert

RGB249151112-
CMYK00.390.550.02
HSL17.08º91.95%70.78%-
HSV(B)17.08º55.02%97.65%-
XYZ53.0643.4420.92-
YUV175.8691.97180.17-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 48.63%
GREEN value IS 151 (59.38% from 255) = 29.49%
BLUE value IS 112 (44.14% from 255) = 21.88%
R=48.63%
G=29.49%
B=21.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.55
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24915111200.390.550.0217.0891.9570.78
HexF99770027372115c47
Octal37122716004767221134107
Binary111110011001011111100000100111110111101000110111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F99770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F99770; }

 p { color: rgb(249,151,112); }

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

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

 a { background-color: rgb(249,151,112); }

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

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

 span { border-color: rgb(249,151,112); }

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