#F57C0A

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

Shades of Tangerine #F57C0A

Tints of Tangerine #F57C0A

Color information

#F57C0A (or 0xF57C0A) is unknown color: approx Tangerine. HEX triplet: F5, 7C and 0A. RGB value is (245,124,10). Sum of RGB (Red+Green+Blue) = 245+124+10=379 (50% of max value = 765). Red value is 245 (96.09% from 255 or 64.64% from 379); Green value is 124 (48.83% from 255 or 32.72% from 379); Blue value is 10 (4.30% from 255 or 2.64% from 379); Max value from RGB is 245 - color contains mainly: red. Hex color #F57C0A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F57C0A is #0A83F5. Grayscale: #939393. Windows color (decimal): -689142 or 687349. OLE color: 687349.

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

Color convert

RGB24512410-
CMYK00.490.960.04
HSL29.11º92.16%50%-
HSV(B)29.11º95.92%96.08%-
XYZ44.9233.854.45-
YUV147.1850.59197.77-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 64.64%
GREEN value IS 124 (48.83% from 255) = 32.72%
BLUE value IS 10 (4.30% from 255) = 2.64%
R=64.64%
G=32.72%
B=2.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.96
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2451241000.490.960.0429.1192.1650
HexF57CA0316041d5c32
Octal3651741206114043513462
Binary111101011111100101001100011100000100111011011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F57C0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F57C0A; }

 p { color: rgb(245,124,10); }

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

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

 a { background-color: rgb(245,124,10); }

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

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

 span { border-color: rgb(245,124,10); }

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