Html Css Color HEX #FC8001 Tangerine

📋 copy color: '#FC8001'

red 252 ◦ green 128 ◦ blue 1

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

Shades of Tangerine #FC8001

Tints of Tangerine #FC8001

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.26%

R = 66.14%
G = 33.6%
B = 0.26%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 1.00

 K value IS 0.01

RGB Variations

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

Color information

#FC8001 (or 0xFC8001) is known color: Tangerine. HEX triplet: FC, 80 and 01. RGB value is (252,128,1). Sum of RGB (Red+Green+Blue) = 252+128+1=381 (50% of max value = 765). Red value is 252 (98.83% from 255 or 66.14% from 381); Green value is 128 (50.39% from 255 or 33.60% from 381); Blue value is 1 (0.78% from 255 or 0.26% from 381); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8001 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC8001 is #037FFE. Grayscale: #979797. Windows color (decimal): -229375 or 98556. OLE color: 98556.

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

Color convert

RGB 252 128 1 -
CMYK 0 0.49 1.00 0.01
HSL 30.36º 0.99% 0.5% -
HSV(B) 30.36º 1% 0.99% -
XYZ 47.87 36.14 4.48 -
YUV 150.6 43.58 200.33 -
System Red Green Blue C M Y K H S L
Decimal 252 128 1 0 0.49 1.00 0.01 30.36 0.99 0.5
Hex FC 80 1 0 31 64 1 1E 63 32
Octal 374 200 1 0 61 144 1 36 143 62
Binary 11111100 10000000 1 0 110001 1100100 1 11110 1100011 110010

Color Harmonies of #FC8001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8001

Black with #FC8001

Text Example


Text Example

White with #FC8001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8001; }

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

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

background-color css

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

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

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

border-color css

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

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

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