Html Css Color HEX #FC704D Tomato

📋 copy color: '#FC704D'

red 252 ◦ green 112 ◦ blue 77

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

Shades of Tomato #FC704D

Tints of Tomato #FC704D

RGB

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

 GREEN value IS 112 (44.14% from 255) = 25.4%

 BLUE value IS 77 (30.47% from 255) = 17.46%

R = 57.14%
G = 25.4%
B = 17.46%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.69

 K value IS 0.01

RGB Variations

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

Color information

#FC704D (or 0xFC704D) is known color: Tomato. HEX triplet: FC, 70 and 4D. RGB value is (252,112,77). Sum of RGB (Red+Green+Blue) = 252+112+77=441 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.14% from 441); Green value is 112 (44.14% from 255 or 25.40% from 441); Blue value is 77 (30.47% from 255 or 17.46% from 441); Max value from RGB is 252 - color contains mainly: red. Hex color #FC704D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC704D is #038FB2. Grayscale: #969696. Windows color (decimal): -233395 or 5075196. OLE color: 5075196.

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

Color convert

RGB 252 112 77 -
CMYK 0 0.56 0.69 0.01
HSL 12º 0.97% 0.65% -
HSV(B) 12º 0.69% 0.99% -
XYZ 47.28 32.82 10.86 -
YUV 149.87 86.88 200.85 -
System Red Green Blue C M Y K H S L
Decimal 252 112 77 0 0.56 0.69 0.01 12 0.97 0.65
Hex FC 70 4D 0 38 45 1 C 61 41
Octal 374 160 115 0 70 105 1 14 141 101
Binary 11111100 1110000 1001101 0 111000 1000101 1 1100 1100001 1000001

Color Harmonies of #FC704D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC704D

Black with #FC704D

Text Example


Text Example

White with #FC704D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC704D; }

 p { color: rgb(252,112,77); }

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

background-color css

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

 a { background-color: rgb(252,112,77); }

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

border-color css

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

 span { border-color: rgb(252,112,77); }

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