#FF9478

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

Shades of Vivid Tangerine #FF9478

Tints of Vivid Tangerine #FF9478

Color information

#FF9478 (or 0xFF9478) is unknown color: approx Vivid Tangerine. HEX triplet: FF, 94 and 78. RGB value is (255,148,120). Sum of RGB (Red+Green+Blue) = 255+148+120=523 (69% of max value = 765). Red value is 255 (100% from 255 or 48.76% from 523); Green value is 148 (58.20% from 255 or 28.30% from 523); Blue value is 120 (47.27% from 255 or 22.94% from 523); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9478 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9478 is #006B87. Grayscale: #B1B1B1. Windows color (decimal): -27528 or 7902463. OLE color: 7902463.

HSL color Cylindrical-coordinate representation of color #FF9478: hue angle of 12.44º 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 #FF9478 is Cyan = 0, Magento = 0.42, Yellow = 0.53 and Black (K on CMYK) = 0.

Color convert

RGB255148120-
CMYK00.420.530
HSL12.44º100%73.53%-
HSV(B)12.44º52.94%100%-
XYZ55.2243.823.31-
YUV176.895.95183.78-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 48.76%
GREEN value IS 148 (58.20% from 255) = 28.30%
BLUE value IS 120 (47.27% from 255) = 22.94%
R=48.76%
G=28.30%
B=22.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.53
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25514812000.420.53012.4410073.53
HexFF947802A350c644a
Octal37722417005265014144112
Binary1111111110010100111100001010101101010110011001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF9478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF9478; }

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

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

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

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

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

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

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

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