#FD9E6A

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

Shades of Atomic Tangerine #FD9E6A

Tints of Atomic Tangerine #FD9E6A

Color information

#FD9E6A (or 0xFD9E6A) is unknown color: approx Atomic Tangerine. HEX triplet: FD, 9E and 6A. RGB value is (253,158,106). Sum of RGB (Red+Green+Blue) = 253+158+106=517 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.94% from 517); Green value is 158 (62.11% from 255 or 30.56% from 517); Blue value is 106 (41.80% from 255 or 20.50% from 517); Max value from RGB is 253 - color contains mainly: red. Hex color #FD9E6A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD9E6A is #026195. Grayscale: #B4B4B4. Windows color (decimal): -156054 or 6987517. OLE color: 6987517.

HSL color Cylindrical-coordinate representation of color #FD9E6A: hue angle of 21.22º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FD9E6A is Cyan = 0, Magento = 0.38, Yellow = 0.58 and Black (K on CMYK) = 0.01.

Color convert

RGB253158106-
CMYK00.380.580.01
HSL21.22º97.35%70.39%-
HSV(B)21.22º58.1%99.22%-
XYZ55.3446.3819.67-
YUV180.4885.97179.73-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 48.94%
GREEN value IS 158 (62.11% from 255) = 30.56%
BLUE value IS 106 (41.80% from 255) = 20.50%
R=48.94%
G=30.56%
B=20.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.58
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25315810600.380.580.0121.2297.3570.39
HexFD9E6A0263A1156146
Octal37523615204672125141106
Binary11111101100111101101010010011011101011010111000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD9E6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD9E6A; }

 p { color: rgb(253,158,106); }

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

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

 a { background-color: rgb(253,158,106); }

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

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

 span { border-color: rgb(253,158,106); }

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