#F99670

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

Shades of Atomic Tangerine #F99670

Tints of Atomic Tangerine #F99670

Color information

#F99670 (or 0xF99670) is unknown color: approx Atomic Tangerine. HEX triplet: F9, 96 and 70. RGB value is (249,150,112). Sum of RGB (Red+Green+Blue) = 249+150+112=511 (67% of max value = 765). Red value is 249 (97.66% from 255 or 48.73% from 511); Green value is 150 (58.98% from 255 or 29.35% from 511); Blue value is 112 (44.14% from 255 or 21.92% from 511); Max value from RGB is 249 - color contains mainly: red. Hex color #F99670 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F99670 is #06698F. Grayscale: #AFAFAF. Windows color (decimal): -420240 or 7378681. OLE color: 7378681.

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

Color convert

RGB249150112-
CMYK00.400.550.02
HSL16.64º91.95%70.78%-
HSV(B)16.64º55.02%97.65%-
XYZ52.943.1220.86-
YUV175.2792.3180.59-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 48.73%
GREEN value IS 150 (58.98% from 255) = 29.35%
BLUE value IS 112 (44.14% from 255) = 21.92%
R=48.73%
G=29.35%
B=21.92%

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
Decimal24915011200.400.550.0216.6491.9570.78
HexF99670028372115c47
Octal37122616005067221134107
Binary111110011001011011100000101000110111101000110111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F99670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F99670; }

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

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

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

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

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

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

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

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