#FF9D5F

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

Shades of Atomic Tangerine #FF9D5F

Tints of Atomic Tangerine #FF9D5F

Color information

#FF9D5F (or 0xFF9D5F) is unknown color: approx Atomic Tangerine. HEX triplet: FF, 9D and 5F. RGB value is (255,157,95). Sum of RGB (Red+Green+Blue) = 255+157+95=507 (67% of max value = 765). Red value is 255 (100% from 255 or 50.30% from 507); Green value is 157 (61.72% from 255 or 30.97% from 507); Blue value is 95 (37.5% from 255 or 18.74% from 507); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9D5F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9D5F is #0062A0. Grayscale: #B3B3B3. Windows color (decimal): -25249 or 6266367. OLE color: 6266367.

HSL color Cylindrical-coordinate representation of color #FF9D5F: hue angle of 23.25º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FF9D5F is Cyan = 0, Magento = 0.38, Yellow = 0.63 and Black (K on CMYK) = 0.

Color convert

RGB25515795-
CMYK00.380.630
HSL23.25º100%68.63%-
HSV(B)23.25º62.75%100%-
XYZ55.3646.216.83-
YUV179.2380.47182.04-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 50.30%
GREEN value IS 157 (61.72% from 255) = 30.97%
BLUE value IS 95 (37.5% from 255) = 18.74%
R=50.30%
G=30.97%
B=18.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.63
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551579500.380.63023.2510068.63
HexFF9D5F0263F0176445
Octal37723513704677027144105
Binary11111111100111011011111010011011111101011111001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF9D5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF9D5F; }

 p { color: rgb(255,157,95); }

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

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

 a { background-color: rgb(255,157,95); }

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

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

 span { border-color: rgb(255,157,95); }

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