#F2850A

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

Shades of Tangerine #F2850A

Tints of Tangerine #F2850A

Color information

#F2850A (or 0xF2850A) is unknown color: approx Tangerine. HEX triplet: F2, 85 and 0A. RGB value is (242,133,10). Sum of RGB (Red+Green+Blue) = 242+133+10=385 (50% of max value = 765). Red value is 242 (94.92% from 255 or 62.86% from 385); Green value is 133 (52.34% from 255 or 34.55% from 385); Blue value is 10 (4.30% from 255 or 2.60% from 385); Max value from RGB is 242 - color contains mainly: red. Hex color #F2850A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F2850A is #0D7AF5. Grayscale: #989898. Windows color (decimal): -883446 or 689650. OLE color: 689650.

HSL color Cylindrical-coordinate representation of color #F2850A: hue angle of 31.81º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F2850A is Cyan = 0, Magento = 0.45, Yellow = 0.96 and Black (K on CMYK) = 0.05.

Color convert

RGB24213310-
CMYK00.450.960.05
HSL31.81º92.06%49.41%-
HSV(B)31.81º95.87%94.9%-
XYZ45.0635.674.8-
YUV151.5748.11192.5-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 62.86%
GREEN value IS 133 (52.34% from 255) = 34.55%
BLUE value IS 10 (4.30% from 255) = 2.60%
R=62.86%
G=34.55%
B=2.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.96
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421331000.450.960.0531.8192.0649.41
HexF285A02D605205c31
Octal3622051205514054013461
Binary11110010100001011010010110111000001011000001011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2850A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2850A; }

 p { color: rgb(242,133,10); }

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

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

 a { background-color: rgb(242,133,10); }

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

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

 span { border-color: rgb(242,133,10); }

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