#FF947A

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

Shades of Vivid Tangerine #FF947A

Tints of Vivid Tangerine #FF947A

Color information

#FF947A (or 0xFF947A) is unknown color: approx Vivid Tangerine. HEX triplet: FF, 94 and 7A. RGB value is (255,148,122). Sum of RGB (Red+Green+Blue) = 255+148+122=525 (69% of max value = 765). Red value is 255 (100% from 255 or 48.57% from 525); Green value is 148 (58.20% from 255 or 28.19% from 525); Blue value is 122 (48.05% from 255 or 23.24% from 525); Max value from RGB is 255 - color contains mainly: red. Hex color #FF947A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF947A is #006B85. Grayscale: #B1B1B1. Windows color (decimal): -27526 or 8033535. OLE color: 8033535.

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

Color convert

RGB255148122-
CMYK00.420.520
HSL11.73º100%73.92%-
HSV(B)11.73º52.16%100%-
XYZ55.3443.8423.96-
YUV177.0396.95183.61-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 48.57%
GREEN value IS 148 (58.20% from 255) = 28.19%
BLUE value IS 122 (48.05% from 255) = 23.24%
R=48.57%
G=28.19%
B=23.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.52
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25514812200.420.52011.7310073.92
HexFF947A02A340c644a
Octal37722417205264014144112
Binary1111111110010100111101001010101101000110011001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF947A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF947A; }

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

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

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

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

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

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

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

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