Html Css Color HEX #FC7F00 Tangerine

📋 copy color: '#FC7F00'

red 252 ◦ green 127 ◦ blue 0

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

Shades of Tangerine #FC7F00

Tints of Tangerine #FC7F00

RGB

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

 GREEN value IS 127 (50% from 255) = 33.51%

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

R = 66.49%
G = 33.51%
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

#FC7F00 (or 0xFC7F00) is known color: Tangerine. HEX triplet: FC, 7F and 00. RGB value is (252,127,0). Sum of RGB (Red+Green+Blue) = 252+127+0=379 (50% of max value = 765). Red value is 252 (98.83% from 255 or 66.49% from 379); Green value is 127 (50% from 255 or 33.51% from 379); Blue value is 0 (0.39% from 255 or 0% from 379); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7F00 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC7F00 is #0380FF. Grayscale: #969696. Windows color (decimal): -229632 or 32764. OLE color: 32764.

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

Color convert

RGB 252 127 0 -
CMYK 0 0.50 1 0.01
HSL 30.24º 1% 0.49% -
HSV(B) 30.24º 1% 0.99% -
XYZ 47.73 35.87 4.41 -
YUV 149.9 43.41 200.83 -
System Red Green Blue C M Y K H S L
Decimal 252 127 0 0 0.50 1 0.01 30.24 1 0.49
Hex FC 7F 0 0 32 64 1 1E 64 31
Octal 374 177 0 0 62 144 1 36 144 61
Binary 11111100 1111111 0 0 110010 1100100 1 11110 1100100 110001

Color Harmonies of #FC7F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7F00

Black with #FC7F00

Text Example


Text Example

White with #FC7F00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7F00; }

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

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

background-color css

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

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

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

border-color css

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

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

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