#FF957A

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

Shades of Vivid Tangerine #FF957A

Tints of Vivid Tangerine #FF957A

Color information

#FF957A (or 0xFF957A) is unknown color: approx Vivid Tangerine. HEX triplet: FF, 95 and 7A. RGB value is (255,149,122). Sum of RGB (Red+Green+Blue) = 255+149+122=526 (69% of max value = 765). Red value is 255 (100% from 255 or 48.48% from 526); Green value is 149 (58.59% from 255 or 28.33% from 526); Blue value is 122 (48.05% from 255 or 23.19% from 526); Max value from RGB is 255 - color contains mainly: red. Hex color #FF957A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF957A is #006A85. Grayscale: #B1B1B1. Windows color (decimal): -27270 or 8033791. OLE color: 8033791.

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

Color convert

RGB255149122-
CMYK00.420.520
HSL12.18º100%73.92%-
HSV(B)12.18º52.16%100%-
XYZ55.544.1624.01-
YUV177.6296.62183.2-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 48.48%
GREEN value IS 149 (58.59% from 255) = 28.33%
BLUE value IS 122 (48.05% from 255) = 23.19%
R=48.48%
G=28.33%
B=23.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.52
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25514912200.420.52012.1810073.92
HexFF957A02A340c644a
Octal37722517205264014144112
Binary1111111110010101111101001010101101000110011001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF957A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF957A; }

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

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

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

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

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

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

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

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