Html Css Color HEX #FC8102 Tangerine

📋 copy color: '#FC8102'

red 252 ◦ green 129 ◦ blue 2

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

Shades of Tangerine #FC8102

Tints of Tangerine #FC8102

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.52%

R = 65.8%
G = 33.68%
B = 0.52%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.99

 K value IS 0.01

RGB Variations

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

Color information

#FC8102 (or 0xFC8102) is known color: Tangerine. HEX triplet: FC, 81 and 02. RGB value is (252,129,2). Sum of RGB (Red+Green+Blue) = 252+129+2=383 (50% of max value = 765). Red value is 252 (98.83% from 255 or 65.80% from 383); Green value is 129 (50.78% from 255 or 33.68% from 383); Blue value is 2 (1.17% from 255 or 0.52% from 383); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8102 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC8102 is #037EFD. Grayscale: #979797. Windows color (decimal): -229118 or 164348. OLE color: 164348.

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

Color convert

RGB 252 129 2 -
CMYK 0 0.49 0.99 0.01
HSL 30.48º 0.98% 0.5% -
HSV(B) 30.48º 0.99% 0.99% -
XYZ 48.01 36.4 4.55 -
YUV 151.3 43.75 199.83 -
System Red Green Blue C M Y K H S L
Decimal 252 129 2 0 0.49 0.99 0.01 30.48 0.98 0.5
Hex FC 81 2 0 31 63 1 1E 62 32
Octal 374 201 2 0 61 143 1 36 142 62
Binary 11111100 10000001 10 0 110001 1100011 1 11110 1100010 110010

Color Harmonies of #FC8102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8102

Black with #FC8102

Text Example


Text Example

White with #FC8102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8102; }

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

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

background-color css

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

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

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

border-color css

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

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

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