#F99570

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

Shades of Atomic Tangerine #F99570

Tints of Atomic Tangerine #F99570

Color information

#F99570 (or 0xF99570) is unknown color: approx Atomic Tangerine. HEX triplet: F9, 95 and 70. RGB value is (249,149,112). Sum of RGB (Red+Green+Blue) = 249+149+112=510 (67% of max value = 765). Red value is 249 (97.66% from 255 or 48.82% from 510); Green value is 149 (58.59% from 255 or 29.22% from 510); Blue value is 112 (44.14% from 255 or 21.96% from 510); Max value from RGB is 249 - color contains mainly: red. Hex color #F99570 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F99570 is #066A8F. Grayscale: #AEAEAE. Windows color (decimal): -420496 or 7378425. OLE color: 7378425.

HSL color Cylindrical-coordinate representation of color #F99570: hue angle of 16.2º 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 #F99570 is Cyan = 0, Magento = 0.40, Yellow = 0.55 and Black (K on CMYK) = 0.02.

Color convert

RGB249149112-
CMYK00.400.550.02
HSL16.2º91.95%70.78%-
HSV(B)16.2º55.02%97.65%-
XYZ52.7442.820.81-
YUV174.6892.63181.01-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 48.82%
GREEN value IS 149 (58.59% from 255) = 29.22%
BLUE value IS 112 (44.14% from 255) = 21.96%
R=48.82%
G=29.22%
B=21.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.55
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24914911200.400.550.0216.291.9570.78
HexF99570028372105c47
Octal37122516005067220134107
Binary111110011001010111100000101000110111101000010111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F99570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F99570; }

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

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

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

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

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

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

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

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