Html Css Color HEX #FC8000 Tangerine

📋 copy color: '#FC8000'

red 252 ◦ green 128 ◦ blue 0

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

Shades of Tangerine #FC8000

Tints of Tangerine #FC8000

RGB

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

 GREEN value IS 128 (50.39% from 255) = 33.68%

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

R = 66.32%
G = 33.68%
B = 0%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 1

 K value IS 0.01

RGB Variations

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

Color information

#FC8000 (or 0xFC8000) is known color: Tangerine. HEX triplet: FC, 80 and 00. RGB value is (252,128,0). Sum of RGB (Red+Green+Blue) = 252+128+0=380 (50% of max value = 765). Red value is 252 (98.83% from 255 or 66.32% from 380); Green value is 128 (50.39% from 255 or 33.68% from 380); Blue value is 0 (0.39% from 255 or 0% from 380); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8000 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC8000 is #037FFF. Grayscale: #979797. Windows color (decimal): -229376 or 33020. OLE color: 33020.

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

Color convert

RGB 252 128 0 -
CMYK 0 0.49 1 0.01
HSL 30.48º 1% 0.49% -
HSV(B) 30.48º 1% 0.99% -
XYZ 47.86 36.13 4.45 -
YUV 150.48 43.08 200.41 -
System Red Green Blue C M Y K H S L
Decimal 252 128 0 0 0.49 1 0.01 30.48 1 0.49
Hex FC 80 0 0 31 64 1 1E 64 31
Octal 374 200 0 0 61 144 1 36 144 61
Binary 11111100 10000000 0 0 110001 1100100 1 11110 1100100 110001

Color Harmonies of #FC8000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8000

Black with #FC8000

Text Example


Text Example

White with #FC8000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8000; }

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

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

background-color css

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

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

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

border-color css

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

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

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