#F99B6C

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

Shades of Atomic Tangerine #F99B6C

Tints of Atomic Tangerine #F99B6C

Color information

#F99B6C (or 0xF99B6C) is unknown color: approx Atomic Tangerine. HEX triplet: F9, 9B and 6C. RGB value is (249,155,108). Sum of RGB (Red+Green+Blue) = 249+155+108=512 (67% of max value = 765). Red value is 249 (97.66% from 255 or 48.63% from 512); Green value is 155 (60.94% from 255 or 30.27% from 512); Blue value is 108 (42.58% from 255 or 21.09% from 512); Max value from RGB is 249 - color contains mainly: red. Hex color #F99B6C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F99B6C is #066493. Grayscale: #B2B2B2. Windows color (decimal): -418964 or 7117817. OLE color: 7117817.

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

Color convert

RGB249155108-
CMYK00.380.570.02
HSL20º92.16%70%-
HSV(B)20º56.63%97.65%-
XYZ53.544.6719.99-
YUV177.7588.64178.82-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 48.63%
GREEN value IS 155 (60.94% from 255) = 30.27%
BLUE value IS 108 (42.58% from 255) = 21.09%
R=48.63%
G=30.27%
B=21.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.57
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24915510800.380.570.022092.1670
HexF99B6C026392145c46
Octal37123315404671224134106
Binary111110011001101111011000100110111001101010010111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F99B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F99B6C; }

 p { color: rgb(249,155,108); }

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

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

 a { background-color: rgb(249,155,108); }

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

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

 span { border-color: rgb(249,155,108); }

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