#FC7C00

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

Shades of Tangerine #FC7C00

Tints of Tangerine #FC7C00

Color information

#FC7C00 (or 0xFC7C00) is unknown color: approx Tangerine. HEX triplet: FC, 7C and 00. RGB value is (252,124,0). Sum of RGB (Red+Green+Blue) = 252+124+0=376 (49% of max value = 765). Red value is 252 (98.83% from 255 or 67.02% from 376); Green value is 124 (48.83% from 255 or 32.98% from 376); Blue value is 0 (0.39% from 255 or 0% from 376); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7C00 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC7C00 is #0383FF. Grayscale: #949494. Windows color (decimal): -230400 or 31996. OLE color: 31996.

HSL color Cylindrical-coordinate representation of color #FC7C00: hue angle of 29.52º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FC7C00 is Cyan = 0, Magento = 0.51, Yellow = 1 and Black (K on CMYK) = 0.01.

Color convert

RGB2521240-
CMYK00.5110.01
HSL29.52º100%49.41%-
HSV(B)29.52º100%98.82%-
XYZ47.3535.114.28-
YUV148.1444.41202.08-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 67.02%
GREEN value IS 124 (48.83% from 255) = 32.98%
BLUE value IS 0 (0.39% from 255) = 0%
R=67.02%
G=32.98%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 1
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252124000.5110.0129.5210049.41
HexFC7C00336411e6431
Octal374174006314413614461
Binary1111110011111000011001111001001111101100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC7C00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC7C00; }

 p { color: rgb(252,124,0); }

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

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

 a { background-color: rgb(252,124,0); }

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

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

 span { border-color: rgb(252,124,0); }

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