Html Css Color HEX #FF704B Tomato

📋 copy color: '#FF704B'

red 255 ◦ green 112 ◦ blue 75

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

Shades of Tomato #FF704B

Tints of Tomato #FF704B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 16.97%

R = 57.69%
G = 25.34%
B = 16.97%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.71

 K value IS 0

RGB Variations

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

Color information

#FF704B (or 0xFF704B) is known color: Tomato. HEX triplet: FF, 70 and 4B. RGB value is (255,112,75). Sum of RGB (Red+Green+Blue) = 255+112+75=442 (58% of max value = 765). Red value is 255 (100% from 255 or 57.69% from 442); Green value is 112 (44.14% from 255 or 25.34% from 442); Blue value is 75 (29.69% from 255 or 16.97% from 442); Max value from RGB is 255 - color contains mainly: red. Hex color #FF704B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF704B is #008FB4. Grayscale: #969696. Windows color (decimal): -36789 or 4944127. OLE color: 4944127.

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

Color convert

RGB 255 112 75 -
CMYK 0 0.56 0.71 0
HSL 12.33º 1% 0.65% -
HSV(B) 12.33º 0.71% 1% -
XYZ 48.3 33.36 10.55 -
YUV 150.54 85.38 202.51 -
System Red Green Blue C M Y K H S L
Decimal 255 112 75 0 0.56 0.71 0 12.33 1 0.65
Hex FF 70 4B 0 38 47 0 C 64 41
Octal 377 160 113 0 70 107 0 14 144 101
Binary 11111111 1110000 1001011 0 111000 1000111 0 1100 1100100 1000001

Color Harmonies of #FF704B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF704B

Black with #FF704B

Text Example


Text Example

White with #FF704B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF704B; }

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

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

background-color css

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

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

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

border-color css

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

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

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