Html Css Color HEX #FC7A06 Tangerine

📋 copy color: '#FC7A06'

red 252 ◦ green 122 ◦ blue 6

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

Shades of Tangerine #FC7A06

Tints of Tangerine #FC7A06

RGB

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

 GREEN value IS 122 (48.05% from 255) = 32.11%

 BLUE value IS 6 (2.73% from 255) = 1.58%

R = 66.32%
G = 32.11%
B = 1.58%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#FC7A06 (or 0xFC7A06) is known color: Tangerine. HEX triplet: FC, 7A and 06. RGB value is (252,122,6). Sum of RGB (Red+Green+Blue) = 252+122+6=380 (50% of max value = 765). Red value is 252 (98.83% from 255 or 66.32% from 380); Green value is 122 (48.05% from 255 or 32.11% from 380); Blue value is 6 (2.73% from 255 or 1.58% from 380); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7A06 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC7A06 is #0385F9. Grayscale: #949494. Windows color (decimal): -230906 or 424700. OLE color: 424700.

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

Color convert

RGB 252 122 6 -
CMYK 0 0.52 0.98 0.01
HSL 28.29º 0.98% 0.51% -
HSV(B) 28.29º 0.98% 0.99% -
XYZ 47.14 34.63 4.37 -
YUV 147.65 48.07 202.43 -
System Red Green Blue C M Y K H S L
Decimal 252 122 6 0 0.52 0.98 0.01 28.29 0.98 0.51
Hex FC 7A 6 0 34 62 1 1C 62 33
Octal 374 172 6 0 64 142 1 34 142 63
Binary 11111100 1111010 110 0 110100 1100010 1 11100 1100010 110011

Color Harmonies of #FC7A06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7A06

Black with #FC7A06

Text Example


Text Example

White with #FC7A06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7A06; }

 p { color: rgb(252,122,6); }

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

background-color css

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

 a { background-color: rgb(252,122,6); }

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

border-color css

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

 span { border-color: rgb(252,122,6); }

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