Html Css Color HEX #FC7900 Tangerine

📋 copy color: '#FC7900'

red 252 ◦ green 121 ◦ blue 0

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

Shades of Tangerine #FC7900

Tints of Tangerine #FC7900

RGB

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

 GREEN value IS 121 (47.66% from 255) = 32.44%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 67.56%
G = 32.44%
B = 0%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 1

 K value IS 0.01

RGB Variations

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

Color information

#FC7900 (or 0xFC7900) is known color: Tangerine. HEX triplet: FC, 79 and 00. RGB value is (252,121,0). Sum of RGB (Red+Green+Blue) = 252+121+0=373 (49% of max value = 765). Red value is 252 (98.83% from 255 or 67.56% from 373); Green value is 121 (47.66% from 255 or 32.44% from 373); Blue value is 0 (0.39% from 255 or 0% from 373); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7900 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC7900 is #0386FF. Grayscale: #929292. Windows color (decimal): -231168 or 31228. OLE color: 31228.

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

Color convert

RGB 252 121 0 -
CMYK 0 0.52 1 0.01
HSL 28.81º 1% 0.49% -
HSV(B) 28.81º 1% 0.99% -
XYZ 46.98 34.37 4.16 -
YUV 146.38 45.4 203.34 -
System Red Green Blue C M Y K H S L
Decimal 252 121 0 0 0.52 1 0.01 28.81 1 0.49
Hex FC 79 0 0 34 64 1 1D 64 31
Octal 374 171 0 0 64 144 1 35 144 61
Binary 11111100 1111001 0 0 110100 1100100 1 11101 1100100 110001

Color Harmonies of #FC7900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7900

Black with #FC7900

Text Example


Text Example

White with #FC7900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7900; }

 p { color: rgb(252,121,0); }

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

background-color css

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

 a { background-color: rgb(252,121,0); }

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

border-color css

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

 span { border-color: rgb(252,121,0); }

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