Html Css Color HEX #FC810B Tangerine

📋 copy color: '#FC810B'

red 252 ◦ green 129 ◦ blue 11

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

Shades of Tangerine #FC810B

Tints of Tangerine #FC810B

RGB

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

 GREEN value IS 129 (50.78% from 255) = 32.91%

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

R = 64.29%
G = 32.91%
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

#FC810B (or 0xFC810B) is known color: Tangerine. HEX triplet: FC, 81 and 0B. RGB value is (252,129,11). Sum of RGB (Red+Green+Blue) = 252+129+11=392 (51% of max value = 765). Red value is 252 (98.83% from 255 or 64.29% from 392); Green value is 129 (50.78% from 255 or 32.91% from 392); Blue value is 11 (4.69% from 255 or 2.81% from 392); Max value from RGB is 252 - color contains mainly: red. Hex color #FC810B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC810B is #037EF4. Grayscale: #989898. Windows color (decimal): -229109 or 754172. OLE color: 754172.

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

Color convert

RGB 252 129 11 -
CMYK 0 0.49 0.96 0.01
HSL 29.38º 0.98% 0.52% -
HSV(B) 29.38º 0.96% 0.99% -
XYZ 48.06 36.42 4.81 -
YUV 152.33 48.25 199.09 -
System Red Green Blue C M Y K H S L
Decimal 252 129 11 0 0.49 0.96 0.01 29.38 0.98 0.52
Hex FC 81 B 0 31 60 1 1D 62 34
Octal 374 201 13 0 61 140 1 35 142 64
Binary 11111100 10000001 1011 0 110001 1100000 1 11101 1100010 110100

Color Harmonies of #FC810B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC810B

Black with #FC810B

Text Example


Text Example

White with #FC810B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC810B; }

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

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

background-color css

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

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

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

border-color css

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

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

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