#F9A285

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

Shades of Vivid Tangerine #F9A285

Tints of Vivid Tangerine #F9A285

Color information

#F9A285 (or 0xF9A285) is unknown color: approx Vivid Tangerine. HEX triplet: F9, A2 and 85. RGB value is (249,162,133). Sum of RGB (Red+Green+Blue) = 249+162+133=544 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.77% from 544); Green value is 162 (63.67% from 255 or 29.78% from 544); Blue value is 133 (52.34% from 255 or 24.45% from 544); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A285 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9A285 is #065D7A. Grayscale: #B8B8B8. Windows color (decimal): -417147 or 8758009. OLE color: 8758009.

HSL color Cylindrical-coordinate representation of color #F9A285: hue angle of 15º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F9A285 is Cyan = 0, Magento = 0.35, Yellow = 0.47 and Black (K on CMYK) = 0.02.

Color convert

RGB249162133-
CMYK00.350.470.02
HSL15º90.62%74.9%-
HSV(B)15º46.59%97.65%-
XYZ56.2247.6728.43-
YUV184.7198.82173.86-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 45.77%
GREEN value IS 162 (63.67% from 255) = 29.78%
BLUE value IS 133 (52.34% from 255) = 24.45%
R=45.77%
G=29.78%
B=24.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.47
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24916213300.350.470.021590.6274.9
HexF9A2850232F2f5b4b
Octal37124220504357217133113
Binary111110011010001010000101010001110111110111110110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9A285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9A285; }

 p { color: rgb(249,162,133); }

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

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

 a { background-color: rgb(249,162,133); }

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

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

 span { border-color: rgb(249,162,133); }

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