Html Css Color HEX #FC7F05 Tangerine

📋 copy color: '#FC7F05'

red 252 ◦ green 127 ◦ blue 5

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

Shades of Tangerine #FC7F05

Tints of Tangerine #FC7F05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.3%

R = 65.63%
G = 33.07%
B = 1.3%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#FC7F05 (or 0xFC7F05) is known color: Tangerine. HEX triplet: FC, 7F and 05. RGB value is (252,127,5). Sum of RGB (Red+Green+Blue) = 252+127+5=384 (50% of max value = 765). Red value is 252 (98.83% from 255 or 65.62% from 384); Green value is 127 (50% from 255 or 33.07% from 384); Blue value is 5 (2.34% from 255 or 1.30% from 384); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7F05 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC7F05 is #0380FA. Grayscale: #979797. Windows color (decimal): -229627 or 360444. OLE color: 360444.

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

Color convert

RGB 252 127 5 -
CMYK 0 0.50 0.98 0.01
HSL 29.64º 0.98% 0.5% -
HSV(B) 29.64º 0.98% 0.99% -
XYZ 47.76 35.89 4.55 -
YUV 150.47 45.91 200.42 -
System Red Green Blue C M Y K H S L
Decimal 252 127 5 0 0.50 0.98 0.01 29.64 0.98 0.5
Hex FC 7F 5 0 32 62 1 1E 62 32
Octal 374 177 5 0 62 142 1 36 142 62
Binary 11111100 1111111 101 0 110010 1100010 1 11110 1100010 110010

Color Harmonies of #FC7F05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7F05

Black with #FC7F05

Text Example


Text Example

White with #FC7F05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7F05; }

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

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

background-color css

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

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

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

border-color css

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

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

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