Html Css Color HEX #FC7D00 Tangerine

📋 copy color: '#FC7D00'

red 252 ◦ green 125 ◦ blue 0

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

Shades of Tangerine #FC7D00

Tints of Tangerine #FC7D00

RGB

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

 GREEN value IS 125 (49.22% from 255) = 33.16%

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

R = 66.84%
G = 33.16%
B = 0%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 1

 K value IS 0.01

RGB Variations

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

Color information

#FC7D00 (or 0xFC7D00) is known color: Tangerine. HEX triplet: FC, 7D and 00. RGB value is (252,125,0). Sum of RGB (Red+Green+Blue) = 252+125+0=377 (49% of max value = 765). Red value is 252 (98.83% from 255 or 66.84% from 377); Green value is 125 (49.22% from 255 or 33.16% from 377); Blue value is 0 (0.39% from 255 or 0% from 377); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7D00 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC7D00 is #0382FF. Grayscale: #959595. Windows color (decimal): -230144 or 32252. OLE color: 32252.

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

Color convert

RGB 252 125 0 -
CMYK 0 0.50 1 0.01
HSL 29.76º 1% 0.49% -
HSV(B) 29.76º 1% 0.99% -
XYZ 47.48 35.36 4.32 -
YUV 148.72 44.08 201.66 -
System Red Green Blue C M Y K H S L
Decimal 252 125 0 0 0.50 1 0.01 29.76 1 0.49
Hex FC 7D 0 0 32 64 1 1E 64 31
Octal 374 175 0 0 62 144 1 36 144 61
Binary 11111100 1111101 0 0 110010 1100100 1 11110 1100100 110001

Color Harmonies of #FC7D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7D00

Black with #FC7D00

Text Example


Text Example

White with #FC7D00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7D00; }

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

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

background-color css

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

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

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

border-color css

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

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

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