#FF947F

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

Shades of Vivid Tangerine #FF947F

Tints of Vivid Tangerine #FF947F

Color information

#FF947F (or 0xFF947F) is unknown color: approx Vivid Tangerine. HEX triplet: FF, 94 and 7F. RGB value is (255,148,127). Sum of RGB (Red+Green+Blue) = 255+148+127=530 (70% of max value = 765). Red value is 255 (100% from 255 or 48.11% from 530); Green value is 148 (58.20% from 255 or 27.92% from 530); Blue value is 127 (50% from 255 or 23.96% from 530); Max value from RGB is 255 - color contains mainly: red. Hex color #FF947F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF947F is #006B80. Grayscale: #B1B1B1. Windows color (decimal): -27521 or 8361215. OLE color: 8361215.

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

Color convert

RGB255148127-
CMYK00.420.500
HSL9.84º100%74.9%-
HSV(B)9.84º50.2%100%-
XYZ55.6643.9725.63-
YUV177.699.45183.21-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 48.11%
GREEN value IS 148 (58.20% from 255) = 27.92%
BLUE value IS 127 (50% from 255) = 23.96%
R=48.11%
G=27.92%
B=23.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.50
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25514812700.420.5009.8410074.9
HexFF947F02A320a644b
Octal37722417705262012144113
Binary1111111110010100111111101010101100100101011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF947F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF947F; }

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

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

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

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

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

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

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

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