#FD9D5C

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

Shades of Atomic Tangerine #FD9D5C

Tints of Atomic Tangerine #FD9D5C

Color information

#FD9D5C (or 0xFD9D5C) is unknown color: approx Atomic Tangerine. HEX triplet: FD, 9D and 5C. RGB value is (253,157,92). Sum of RGB (Red+Green+Blue) = 253+157+92=502 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.40% from 502); Green value is 157 (61.72% from 255 or 31.27% from 502); Blue value is 92 (36.33% from 255 or 18.33% from 502); Max value from RGB is 253 - color contains mainly: red. Hex color #FD9D5C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD9D5C is #0262A3. Grayscale: #B2B2B2. Windows color (decimal): -156324 or 6069757. OLE color: 6069757.

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

Color convert

RGB25315792-
CMYK00.380.640.01
HSL24.22º97.58%67.65%-
HSV(B)24.22º63.64%99.22%-
XYZ54.545.7716.09-
YUV178.2979.3181.29-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 50.40%
GREEN value IS 157 (61.72% from 255) = 31.27%
BLUE value IS 92 (36.33% from 255) = 18.33%
R=50.40%
G=31.27%
B=18.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.64
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2531579200.380.640.0124.2297.5867.65
HexFD9D5C026401186244
Octal375235134046100130142104
Binary111111011001110110111000100110100000011100011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD9D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD9D5C; }

 p { color: rgb(253,157,92); }

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

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

 a { background-color: rgb(253,157,92); }

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

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

 span { border-color: rgb(253,157,92); }

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