#FA820C

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

Shades of Tangerine #FA820C

Tints of Tangerine #FA820C

Color information

#FA820C (or 0xFA820C) is unknown color: approx Tangerine. HEX triplet: FA, 82 and 0C. RGB value is (250,130,12). Sum of RGB (Red+Green+Blue) = 250+130+12=392 (51% of max value = 765). Red value is 250 (98.05% from 255 or 63.78% from 392); Green value is 130 (51.17% from 255 or 33.16% from 392); Blue value is 12 (5.08% from 255 or 3.06% from 392); Max value from RGB is 250 - color contains mainly: red. Hex color #FA820C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA820C is #057DF3. Grayscale: #999999. Windows color (decimal): -359924 or 819962. OLE color: 819962.

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

Color convert

RGB25013012-
CMYK00.480.950.02
HSL29.75º95.97%51.37%-
HSV(B)29.75º95.2%98.04%-
XYZ47.4736.324.86-
YUV152.4348.76197.59-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 63.78%
GREEN value IS 130 (51.17% from 255) = 33.16%
BLUE value IS 12 (5.08% from 255) = 3.06%
R=63.78%
G=33.16%
B=3.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.95
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501301200.480.950.0229.7595.9751.37
HexFA82C0305F21e6033
Octal3722021406013723614063
Binary111110101000001011000110000101111110111101100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA820C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA820C; }

 p { color: rgb(250,130,12); }

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

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

 a { background-color: rgb(250,130,12); }

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

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

 span { border-color: rgb(250,130,12); }

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