Html Css Color HEX #FC7F0A Tangerine

📋 copy color: '#FC7F0A'

red 252 ◦ green 127 ◦ blue 10

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

Shades of Tangerine #FC7F0A

Tints of Tangerine #FC7F0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.57%

R = 64.78%
G = 32.65%
B = 2.57%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#FC7F0A (or 0xFC7F0A) is known color: Tangerine. HEX triplet: FC, 7F and 0A. RGB value is (252,127,10). Sum of RGB (Red+Green+Blue) = 252+127+10=389 (51% of max value = 765). Red value is 252 (98.83% from 255 or 64.78% from 389); Green value is 127 (50% from 255 or 32.65% from 389); Blue value is 10 (4.30% from 255 or 2.57% from 389); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7F0A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC7F0A is #0380F5. Grayscale: #979797. Windows color (decimal): -229622 or 688124. OLE color: 688124.

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

Color convert

RGB 252 127 10 -
CMYK 0 0.50 0.96 0.01
HSL 29.01º 0.98% 0.51% -
HSV(B) 29.01º 0.96% 0.99% -
XYZ 47.79 35.9 4.7 -
YUV 151.04 48.41 200.01 -
System Red Green Blue C M Y K H S L
Decimal 252 127 10 0 0.50 0.96 0.01 29.01 0.98 0.51
Hex FC 7F A 0 32 60 1 1D 62 33
Octal 374 177 12 0 62 140 1 35 142 63
Binary 11111100 1111111 1010 0 110010 1100000 1 11101 1100010 110011

Color Harmonies of #FC7F0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7F0A

Black with #FC7F0A

Text Example


Text Example

White with #FC7F0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7F0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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