#FD8F5B

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

Shades of Atomic Tangerine #FD8F5B

Tints of Atomic Tangerine #FD8F5B

Color information

#FD8F5B (or 0xFD8F5B) is unknown color: approx Atomic Tangerine. HEX triplet: FD, 8F and 5B. RGB value is (253,143,91). Sum of RGB (Red+Green+Blue) = 253+143+91=487 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.95% from 487); Green value is 143 (56.25% from 255 or 29.36% from 487); Blue value is 91 (35.94% from 255 or 18.69% from 487); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8F5B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD8F5B is #0270A4. Grayscale: #AAAAAA. Windows color (decimal): -159909 or 6000637. OLE color: 6000637.

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

Color convert

RGB25314391-
CMYK00.430.640.01
HSL19.26º97.59%67.45%-
HSV(B)19.26º64.03%99.22%-
XYZ52.2241.2815.11-
YUV169.9683.44187.23-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 51.95%
GREEN value IS 143 (56.25% from 255) = 29.36%
BLUE value IS 91 (35.94% from 255) = 18.69%
R=51.95%
G=29.36%
B=18.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.64
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2531439100.430.640.0119.2697.5967.45
HexFD8F5B02B401136243
Octal375217133053100123142103
Binary111111011000111110110110101011100000011001111000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD8F5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD8F5B; }

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

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

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

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

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

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

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

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