#F9966A

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

Shades of Atomic Tangerine #F9966A

Tints of Atomic Tangerine #F9966A

Color information

#F9966A (or 0xF9966A) is unknown color: approx Atomic Tangerine. HEX triplet: F9, 96 and 6A. RGB value is (249,150,106). Sum of RGB (Red+Green+Blue) = 249+150+106=505 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.31% from 505); Green value is 150 (58.98% from 255 or 29.70% from 505); Blue value is 106 (41.80% from 255 or 20.99% from 505); Max value from RGB is 249 - color contains mainly: red. Hex color #F9966A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9966A is #066995. Grayscale: #AEAEAE. Windows color (decimal): -420246 or 6985465. OLE color: 6985465.

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

Color convert

RGB249150106-
CMYK00.400.570.02
HSL18.46º92.26%69.61%-
HSV(B)18.46º57.43%97.65%-
XYZ52.5742.9919.16-
YUV174.5889.3181.08-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 49.31%
GREEN value IS 150 (58.98% from 255) = 29.70%
BLUE value IS 106 (41.80% from 255) = 20.99%
R=49.31%
G=29.70%
B=20.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.57
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24915010600.400.570.0218.4692.2669.61
HexF9966A028392125c46
Octal37122615205071222134106
Binary111110011001011011010100101000111001101001010111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9966A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9966A; }

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

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

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

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

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

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

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

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