#FA810C

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

Shades of Tangerine #FA810C

Tints of Tangerine #FA810C

Color information

#FA810C (or 0xFA810C) is unknown color: approx Tangerine. HEX triplet: FA, 81 and 0C. RGB value is (250,129,12). Sum of RGB (Red+Green+Blue) = 250+129+12=391 (51% of max value = 765). Red value is 250 (98.05% from 255 or 63.94% from 391); Green value is 129 (50.78% from 255 or 32.99% from 391); Blue value is 12 (5.08% from 255 or 3.07% from 391); Max value from RGB is 250 - color contains mainly: red. Hex color #FA810C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA810C is #057EF3. Grayscale: #989898. Windows color (decimal): -360180 or 819706. OLE color: 819706.

HSL color Cylindrical-coordinate representation of color #FA810C: hue angle of 29.5º 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 #FA810C is Cyan = 0, Magento = 0.48, Yellow = 0.95 and Black (K on CMYK) = 0.02.

Color convert

RGB25012912-
CMYK00.480.950.02
HSL29.5º95.97%51.37%-
HSV(B)29.5º95.2%98.04%-
XYZ47.3436.054.81-
YUV151.8449.09198.01-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 63.94%
GREEN value IS 129 (50.78% from 255) = 32.99%
BLUE value IS 12 (5.08% from 255) = 3.07%
R=63.94%
G=32.99%
B=3.07%

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
Decimal2501291200.480.950.0229.595.9751.37
HexFA81C0305F21d6033
Octal3722011406013723514063
Binary111110101000000111000110000101111110111011100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA810C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA810C; }

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

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

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

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

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

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

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

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