Html Css Color HEX #FF704C Tomato

📋 copy color: '#FF704C'

red 255 ◦ green 112 ◦ blue 76

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

Shades of Tomato #FF704C

Tints of Tomato #FF704C

RGB

 RED value IS 255 (100% from 255) = 57.56%

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

 BLUE value IS 76 (30.08% from 255) = 17.16%

R = 57.56%
G = 25.28%
B = 17.16%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.70

 K value IS 0

RGB Variations

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

Color information

#FF704C (or 0xFF704C) is known color: Tomato. HEX triplet: FF, 70 and 4C. RGB value is (255,112,76). Sum of RGB (Red+Green+Blue) = 255+112+76=443 (58% of max value = 765). Red value is 255 (100% from 255 or 57.56% from 443); Green value is 112 (44.14% from 255 or 25.28% from 443); Blue value is 76 (30.08% from 255 or 17.16% from 443); Max value from RGB is 255 - color contains mainly: red. Hex color #FF704C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF704C is #008FB3. Grayscale: #969696. Windows color (decimal): -36788 or 5009663. OLE color: 5009663.

HSL color Cylindrical-coordinate representation of color #FF704C: hue angle of 12.07º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FF704C is Cyan = 0, Magento = 0.56, Yellow = 0.70 and Black (K on CMYK) = 0.

Color convert

RGB 255 112 76 -
CMYK 0 0.56 0.70 0
HSL 12.07º 1% 0.65% -
HSV(B) 12.07º 0.7% 1% -
XYZ 48.34 33.37 10.73 -
YUV 150.65 85.88 202.43 -
System Red Green Blue C M Y K H S L
Decimal 255 112 76 0 0.56 0.70 0 12.07 1 0.65
Hex FF 70 4C 0 38 46 0 C 64 41
Octal 377 160 114 0 70 106 0 14 144 101
Binary 11111111 1110000 1001100 0 111000 1000110 0 1100 1100100 1000001

Color Harmonies of #FF704C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF704C

Black with #FF704C

Text Example


Text Example

White with #FF704C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF704C; }

 p { color: rgb(255,112,76); }

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

background-color css

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

 a { background-color: rgb(255,112,76); }

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

border-color css

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

 span { border-color: rgb(255,112,76); }

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