#FF9378

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

Shades of Vivid Tangerine #FF9378

Tints of Vivid Tangerine #FF9378

Color information

#FF9378 (or 0xFF9378) is unknown color: approx Vivid Tangerine. HEX triplet: FF, 93 and 78. RGB value is (255,147,120). Sum of RGB (Red+Green+Blue) = 255+147+120=522 (69% of max value = 765). Red value is 255 (100% from 255 or 48.85% from 522); Green value is 147 (57.81% from 255 or 28.16% from 522); Blue value is 120 (47.27% from 255 or 22.99% from 522); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9378 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9378 is #006C87. Grayscale: #B0B0B0. Windows color (decimal): -27784 or 7902207. OLE color: 7902207.

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

Color convert

RGB255147120-
CMYK00.420.530
HSL12º100%73.53%-
HSV(B)12º52.94%100%-
XYZ55.0643.4823.26-
YUV176.2196.28184.2-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 48.85%
GREEN value IS 147 (57.81% from 255) = 28.16%
BLUE value IS 120 (47.27% from 255) = 22.99%
R=48.85%
G=28.16%
B=22.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.53
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25514712000.420.5301210073.53
HexFF937802A350c644a
Octal37722317005265014144112
Binary1111111110010011111100001010101101010110011001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF9378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF9378; }

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

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

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

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

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

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

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

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