#FD8F6D

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

Shades of Atomic Tangerine #FD8F6D

Tints of Atomic Tangerine #FD8F6D

Color information

#FD8F6D (or 0xFD8F6D) is unknown color: approx Atomic Tangerine. HEX triplet: FD, 8F and 6D. RGB value is (253,143,109). Sum of RGB (Red+Green+Blue) = 253+143+109=505 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.10% from 505); Green value is 143 (56.25% from 255 or 28.32% from 505); Blue value is 109 (42.97% from 255 or 21.58% from 505); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8F6D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD8F6D is #027092. Grayscale: #ACACAC. Windows color (decimal): -159891 or 7180285. OLE color: 7180285.

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

Color convert

RGB253143109-
CMYK00.430.570.01
HSL14.17º97.3%70.98%-
HSV(B)14.17º56.92%99.22%-
XYZ53.0941.6319.71-
YUV172.0192.44185.76-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 50.10%
GREEN value IS 143 (56.25% from 255) = 28.32%
BLUE value IS 109 (42.97% from 255) = 21.58%
R=50.10%
G=28.32%
B=21.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.57
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25314310900.430.570.0114.1797.370.98
HexFD8F6D02B391e6147
Octal37521715505371116141107
Binary1111110110001111110110101010111110011111011000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD8F6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD8F6D; }

 p { color: rgb(253,143,109); }

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

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

 a { background-color: rgb(253,143,109); }

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

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

 span { border-color: rgb(253,143,109); }

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