#F99282

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

Shades of Vivid Tangerine #F99282

Tints of Vivid Tangerine #F99282

Color information

#F99282 (or 0xF99282) is unknown color: approx Vivid Tangerine. HEX triplet: F9, 92 and 82. RGB value is (249,146,130). Sum of RGB (Red+Green+Blue) = 249+146+130=525 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.43% from 525); Green value is 146 (57.42% from 255 or 27.81% from 525); Blue value is 130 (51.17% from 255 or 24.76% from 525); Max value from RGB is 249 - color contains mainly: red. Hex color #F99282 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F99282 is #066D7D. Grayscale: #AFAFAF. Windows color (decimal): -421246 or 8557305. OLE color: 8557305.

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

Color convert

RGB249146130-
CMYK00.410.480.02
HSL8.07º90.84%74.31%-
HSV(B)8.07º47.79%97.65%-
XYZ53.3842.3126.47-
YUV174.97102.62180.8-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 47.43%
GREEN value IS 146 (57.42% from 255) = 27.81%
BLUE value IS 130 (51.17% from 255) = 24.76%
R=47.43%
G=27.81%
B=24.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.48
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24914613000.410.480.028.0790.8474.31
HexF9928202930285b4a
Octal37122220205160210133112
Binary111110011001001010000010010100111000010100010110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F99282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F99282; }

 p { color: rgb(249,146,130); }

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

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

 a { background-color: rgb(249,146,130); }

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

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

 span { border-color: rgb(249,146,130); }

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