#FF9075

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

Shades of Vivid Tangerine #FF9075

Tints of Vivid Tangerine #FF9075

Color information

#FF9075 (or 0xFF9075) is unknown color: approx Vivid Tangerine. HEX triplet: FF, 90 and 75. RGB value is (255,144,117). Sum of RGB (Red+Green+Blue) = 255+144+117=516 (68% of max value = 765). Red value is 255 (100% from 255 or 49.42% from 516); Green value is 144 (56.64% from 255 or 27.91% from 516); Blue value is 117 (46.09% from 255 or 22.67% from 516); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9075 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9075 is #006F8A. Grayscale: #AEAEAE. Windows color (decimal): -28555 or 7704831. OLE color: 7704831.

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

Color convert

RGB255144117-
CMYK00.440.540
HSL11.74º100%72.94%-
HSV(B)11.74º54.12%100%-
XYZ54.4242.4922.16-
YUV174.1195.77185.7-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 49.42%
GREEN value IS 144 (56.64% from 255) = 27.91%
BLUE value IS 117 (46.09% from 255) = 22.67%
R=49.42%
G=27.91%
B=22.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.54
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25514411700.440.54011.7410072.94
HexFF907502C360c6449
Octal37722016505466014144111
Binary1111111110010000111010101011001101100110011001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF9075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF9075; }

 p { color: rgb(255,144,117); }

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

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

 a { background-color: rgb(255,144,117); }

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

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

 span { border-color: rgb(255,144,117); }

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