#F1996D

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

Shades of Atomic Tangerine #F1996D

Tints of Atomic Tangerine #F1996D

Color information

#F1996D (or 0xF1996D) is unknown color: approx Atomic Tangerine. HEX triplet: F1, 99 and 6D. RGB value is (241,153,109). Sum of RGB (Red+Green+Blue) = 241+153+109=503 (66% of max value = 765). Red value is 241 (94.53% from 255 or 47.91% from 503); Green value is 153 (60.16% from 255 or 30.42% from 503); Blue value is 109 (42.97% from 255 or 21.67% from 503); Max value from RGB is 241 - color contains mainly: red. Hex color #F1996D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1996D is #0E6692. Grayscale: #AEAEAE. Windows color (decimal): -943763 or 7182833. OLE color: 7182833.

HSL color Cylindrical-coordinate representation of color #F1996D: hue angle of 20º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F1996D is Cyan = 0, Magento = 0.37, Yellow = 0.55 and Black (K on CMYK) = 0.05.

Color convert

RGB241153109-
CMYK00.370.550.05
HSL20º82.5%68.63%-
HSV(B)20º54.77%94.51%-
XYZ50.4342.5920.03-
YUV174.391.15175.58-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 47.91%
GREEN value IS 153 (60.16% from 255) = 30.42%
BLUE value IS 109 (42.97% from 255) = 21.67%
R=47.91%
G=30.42%
B=21.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.55
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115310900.370.550.052082.568.63
HexF1996D025375145245
Octal36123115504567524122105
Binary1111000110011001110110101001011101111011010010100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1996D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1996D; }

 p { color: rgb(241,153,109); }

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

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

 a { background-color: rgb(241,153,109); }

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

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

 span { border-color: rgb(241,153,109); }

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