Html Css Color HEX #FC800B Tangerine

📋 copy color: '#FC800B'

red 252 ◦ green 128 ◦ blue 11

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

Shades of Tangerine #FC800B

Tints of Tangerine #FC800B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.81%

R = 64.45%
G = 32.74%
B = 2.81%

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

#FC800B (or 0xFC800B) is known color: Tangerine. HEX triplet: FC, 80 and 0B. RGB value is (252,128,11). Sum of RGB (Red+Green+Blue) = 252+128+11=391 (51% of max value = 765). Red value is 252 (98.83% from 255 or 64.45% from 391); Green value is 128 (50.39% from 255 or 32.74% from 391); Blue value is 11 (4.69% from 255 or 2.81% from 391); Max value from RGB is 252 - color contains mainly: red. Hex color #FC800B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC800B is #037FF4. Grayscale: #989898. Windows color (decimal): -229365 or 753916. OLE color: 753916.

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

Color convert

RGB 252 128 11 -
CMYK 0 0.49 0.96 0.01
HSL 29.13º 0.98% 0.52% -
HSV(B) 29.13º 0.96% 0.99% -
XYZ 47.92 36.16 4.77 -
YUV 151.74 48.58 199.51 -
System Red Green Blue C M Y K H S L
Decimal 252 128 11 0 0.49 0.96 0.01 29.13 0.98 0.52
Hex FC 80 B 0 31 60 1 1D 62 34
Octal 374 200 13 0 61 140 1 35 142 64
Binary 11111100 10000000 1011 0 110001 1100000 1 11101 1100010 110100

Color Harmonies of #FC800B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC800B

Black with #FC800B

Text Example


Text Example

White with #FC800B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC800B; }

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

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

background-color css

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

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

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

border-color css

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

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

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