Html Css Color HEX #FC8007 Tangerine

📋 copy color: '#FC8007'

red 252 ◦ green 128 ◦ blue 7

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

Shades of Tangerine #FC8007

Tints of Tangerine #FC8007

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.81%

R = 65.12%
G = 33.07%
B = 1.81%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.97

 K value IS 0.01

RGB Variations

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

Color information

#FC8007 (or 0xFC8007) is known color: Tangerine. HEX triplet: FC, 80 and 07. RGB value is (252,128,7). Sum of RGB (Red+Green+Blue) = 252+128+7=387 (51% of max value = 765). Red value is 252 (98.83% from 255 or 65.12% from 387); Green value is 128 (50.39% from 255 or 33.07% from 387); Blue value is 7 (3.12% from 255 or 1.81% from 387); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8007 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC8007 is #037FF8. Grayscale: #979797. Windows color (decimal): -229369 or 491772. OLE color: 491772.

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

Color convert

RGB 252 128 7 -
CMYK 0 0.49 0.97 0.01
HSL 29.63º 0.98% 0.51% -
HSV(B) 29.63º 0.97% 0.99% -
XYZ 47.9 36.15 4.65 -
YUV 151.28 46.58 199.84 -
System Red Green Blue C M Y K H S L
Decimal 252 128 7 0 0.49 0.97 0.01 29.63 0.98 0.51
Hex FC 80 7 0 31 61 1 1E 62 33
Octal 374 200 7 0 61 141 1 36 142 63
Binary 11111100 10000000 111 0 110001 1100001 1 11110 1100010 110011

Color Harmonies of #FC8007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8007

Black with #FC8007

Text Example


Text Example

White with #FC8007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8007; }

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

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

background-color css

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

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

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

border-color css

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

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

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