#FD9071

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

Shades of Atomic Tangerine #FD9071

Tints of Atomic Tangerine #FD9071

Color information

#FD9071 (or 0xFD9071) is unknown color: approx Atomic Tangerine. HEX triplet: FD, 90 and 71. RGB value is (253,144,113). Sum of RGB (Red+Green+Blue) = 253+144+113=510 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.61% from 510); Green value is 144 (56.64% from 255 or 28.24% from 510); Blue value is 113 (44.53% from 255 or 22.16% from 510); Max value from RGB is 253 - color contains mainly: red. Hex color #FD9071 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD9071 is #026F8E. Grayscale: #ADADAD. Windows color (decimal): -159631 or 7442685. OLE color: 7442685.

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

Color convert

RGB253144113-
CMYK00.430.550.01
HSL13.29º97.22%71.76%-
HSV(B)13.29º55.34%99.22%-
XYZ53.4642.0220.92-
YUV173.0694.11185.02-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 49.61%
GREEN value IS 144 (56.64% from 255) = 28.24%
BLUE value IS 113 (44.53% from 255) = 22.16%
R=49.61%
G=28.24%
B=22.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.55
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25314411300.430.550.0113.2997.2271.76
HexFD907102B371d6148
Octal37522016105367115141110
Binary1111110110010000111000101010111101111110111000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD9071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD9071; }

 p { color: rgb(253,144,113); }

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

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

 a { background-color: rgb(253,144,113); }

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

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

 span { border-color: rgb(253,144,113); }

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