#FF957D

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

Shades of Vivid Tangerine #FF957D

Tints of Vivid Tangerine #FF957D

Color information

#FF957D (or 0xFF957D) is unknown color: approx Vivid Tangerine. HEX triplet: FF, 95 and 7D. RGB value is (255,149,125). Sum of RGB (Red+Green+Blue) = 255+149+125=529 (70% of max value = 765). Red value is 255 (100% from 255 or 48.20% from 529); Green value is 149 (58.59% from 255 or 28.17% from 529); Blue value is 125 (49.22% from 255 or 23.63% from 529); Max value from RGB is 255 - color contains mainly: red. Hex color #FF957D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF957D is #006A82. Grayscale: #B2B2B2. Windows color (decimal): -27267 or 8230399. OLE color: 8230399.

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

Color convert

RGB255149125-
CMYK00.420.510
HSL11.08º100%74.51%-
HSV(B)11.08º50.98%100%-
XYZ55.6944.2425.01-
YUV177.9698.12182.95-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 48.20%
GREEN value IS 149 (58.59% from 255) = 28.17%
BLUE value IS 125 (49.22% from 255) = 23.63%
R=48.20%
G=28.17%
B=23.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.51
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25514912500.420.51011.0810074.51
HexFF957D02A330b644b
Octal37722517505263013144113
Binary1111111110010101111110101010101100110101111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF957D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF957D; }

 p { color: rgb(255,149,125); }

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

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

 a { background-color: rgb(255,149,125); }

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

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

 span { border-color: rgb(255,149,125); }

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