Html Css Color HEX #FC7800 Tangerine

📋 copy color: '#FC7800'

red 252 ◦ green 120 ◦ blue 0

#FC7800
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tangerine #FC7800

Tints of Tangerine #FC7800

RGB

 RED value IS 252 (98.83% from 255) = 67.74%

 GREEN value IS 120 (47.27% from 255) = 32.26%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 67.74%
G = 32.26%
B = 0%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 1

 K value IS 0.01

RGB Variations

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

Color information

#FC7800 (or 0xFC7800) is known color: Tangerine. HEX triplet: FC, 78 and 00. RGB value is (252,120,0). Sum of RGB (Red+Green+Blue) = 252+120+0=372 (49% of max value = 765). Red value is 252 (98.83% from 255 or 67.74% from 372); Green value is 120 (47.27% from 255 or 32.26% from 372); Blue value is 0 (0.39% from 255 or 0% from 372); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7800 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC7800 is #0387FF. Grayscale: #929292. Windows color (decimal): -231424 or 30972. OLE color: 30972.

HSL color Cylindrical-coordinate representation of color #FC7800: hue angle of 28.57º 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 #FC7800 is Cyan = 0, Magento = 0.52, Yellow = 1 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 120 0 -
CMYK 0 0.52 1 0.01
HSL 28.57º 1% 0.49% -
HSV(B) 28.57º 1% 0.99% -
XYZ 46.86 34.13 4.12 -
YUV 145.79 45.73 203.76 -
System Red Green Blue C M Y K H S L
Decimal 252 120 0 0 0.52 1 0.01 28.57 1 0.49
Hex FC 78 0 0 34 64 1 1D 64 31
Octal 374 170 0 0 64 144 1 35 144 61
Binary 11111100 1111000 0 0 110100 1100100 1 11101 1100100 110001

Color Harmonies of #FC7800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7800

Black with #FC7800

Text Example


Text Example

White with #FC7800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7800; }

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

 H1.HeaderClassName
 {
   color: #FC7800;
 }
 .AnyTagClassName
 {
   color: #FC7800;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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