Html Css Color HEX #FC7A07 Tangerine

📋 copy color: '#FC7A07'

red 252 ◦ green 122 ◦ blue 7

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

Shades of Tangerine #FC7A07

Tints of Tangerine #FC7A07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.84%

R = 66.14%
G = 32.02%
B = 1.84%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.97

 K value IS 0.01

RGB Variations

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

Color information

#FC7A07 (or 0xFC7A07) is known color: Tangerine. HEX triplet: FC, 7A and 07. RGB value is (252,122,7). Sum of RGB (Red+Green+Blue) = 252+122+7=381 (50% of max value = 765). Red value is 252 (98.83% from 255 or 66.14% from 381); Green value is 122 (48.05% from 255 or 32.02% from 381); Blue value is 7 (3.12% from 255 or 1.84% from 381); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7A07 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC7A07 is #0385F8. Grayscale: #949494. Windows color (decimal): -230905 or 490236. OLE color: 490236.

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

Color convert

RGB 252 122 7 -
CMYK 0 0.52 0.97 0.01
HSL 28.16º 0.98% 0.51% -
HSV(B) 28.16º 0.97% 0.99% -
XYZ 47.14 34.63 4.4 -
YUV 147.76 48.57 202.35 -
System Red Green Blue C M Y K H S L
Decimal 252 122 7 0 0.52 0.97 0.01 28.16 0.98 0.51
Hex FC 7A 7 0 34 61 1 1C 62 33
Octal 374 172 7 0 64 141 1 34 142 63
Binary 11111100 1111010 111 0 110100 1100001 1 11100 1100010 110011

Color Harmonies of #FC7A07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7A07

Black with #FC7A07

Text Example


Text Example

White with #FC7A07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7A07; }

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

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

background-color css

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

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

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

border-color css

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

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

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