Html Css Color HEX #FC800A Tangerine

📋 copy color: '#FC800A'

red 252 ◦ green 128 ◦ blue 10

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

Shades of Tangerine #FC800A

Tints of Tangerine #FC800A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.56%

R = 64.62%
G = 32.82%
B = 2.56%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#FC800A (or 0xFC800A) is known color: Tangerine. HEX triplet: FC, 80 and 0A. RGB value is (252,128,10). Sum of RGB (Red+Green+Blue) = 252+128+10=390 (51% of max value = 765). Red value is 252 (98.83% from 255 or 64.62% from 390); Green value is 128 (50.39% from 255 or 32.82% from 390); Blue value is 10 (4.30% from 255 or 2.56% from 390); Max value from RGB is 252 - color contains mainly: red. Hex color #FC800A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC800A is #037FF5. Grayscale: #989898. Windows color (decimal): -229366 or 688380. OLE color: 688380.

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

Color convert

RGB 252 128 10 -
CMYK 0 0.49 0.96 0.01
HSL 29.26º 0.98% 0.51% -
HSV(B) 29.26º 0.96% 0.99% -
XYZ 47.92 36.16 4.74 -
YUV 151.62 48.08 199.59 -
System Red Green Blue C M Y K H S L
Decimal 252 128 10 0 0.49 0.96 0.01 29.26 0.98 0.51
Hex FC 80 A 0 31 60 1 1D 62 33
Octal 374 200 12 0 61 140 1 35 142 63
Binary 11111100 10000000 1010 0 110001 1100000 1 11101 1100010 110011

Color Harmonies of #FC800A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC800A

Black with #FC800A

Text Example


Text Example

White with #FC800A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC800A; }

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

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

background-color css

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

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

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

border-color css

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

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

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