#FD8A67

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

Shades of Atomic Tangerine #FD8A67

Tints of Atomic Tangerine #FD8A67

Color information

#FD8A67 (or 0xFD8A67) is unknown color: approx Atomic Tangerine. HEX triplet: FD, 8A and 67. RGB value is (253,138,103). Sum of RGB (Red+Green+Blue) = 253+138+103=494 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.21% from 494); Green value is 138 (54.30% from 255 or 27.94% from 494); Blue value is 103 (40.62% from 255 or 20.85% from 494); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8A67 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD8A67 is #027598. Grayscale: #A8A8A8. Windows color (decimal): -161177 or 6785789. OLE color: 6785789.

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

Color convert

RGB253138103-
CMYK00.450.590.01
HSL14º97.4%69.8%-
HSV(B)14º59.29%99.22%-
XYZ52.0440.0417.82-
YUV168.491.1188.35-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 51.21%
GREEN value IS 138 (54.30% from 255) = 27.94%
BLUE value IS 103 (40.62% from 255) = 20.85%
R=51.21%
G=27.94%
B=20.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.59
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25313810300.450.590.011497.469.8
HexFD8A6702D3B1e6146
Octal37521214705573116141106
Binary1111110110001010110011101011011110111111011000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD8A67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD8A67; }

 p { color: rgb(253,138,103); }

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

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

 a { background-color: rgb(253,138,103); }

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

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

 span { border-color: rgb(253,138,103); }

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