#FF9380

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

Shades of Vivid Tangerine #FF9380

Tints of Vivid Tangerine #FF9380

Color information

#FF9380 (or 0xFF9380) is unknown color: approx Vivid Tangerine. HEX triplet: FF, 93 and 80. RGB value is (255,147,128). Sum of RGB (Red+Green+Blue) = 255+147+128=530 (70% of max value = 765). Red value is 255 (100% from 255 or 48.11% from 530); Green value is 147 (57.81% from 255 or 27.74% from 530); Blue value is 128 (50.39% from 255 or 24.15% from 530); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9380 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF9380 is #006C7F. Grayscale: #B1B1B1. Windows color (decimal): -27776 or 8426495. OLE color: 8426495.

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

Color convert

RGB255147128-
CMYK00.420.500
HSL8.98º100%75.1%-
HSV(B)8.98º49.8%100%-
XYZ55.5743.6925.93-
YUV177.13100.28183.54-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 48.11%
GREEN value IS 147 (57.81% from 255) = 27.74%
BLUE value IS 128 (50.39% from 255) = 24.15%
R=48.11%
G=27.74%
B=24.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.50
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25514712800.420.5008.9810075.1
HexFF938002A3209644b
Octal37722320005262011144113
Binary11111111100100111000000001010101100100100111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF9380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF9380; }

 p { color: rgb(255,147,128); }

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

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

 a { background-color: rgb(255,147,128); }

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

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

 span { border-color: rgb(255,147,128); }

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