Html Css Color HEX #FA704C Tomato

📋 copy color: '#FA704C'

red 250 ◦ green 112 ◦ blue 76

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

Shades of Tomato #FA704C

Tints of Tomato #FA704C

RGB

 RED value IS 250 (98.05% from 255) = 57.08%

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

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

R = 57.08%
G = 25.57%
B = 17.35%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.70

 K value IS 0.02

RGB Variations

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

Color information

#FA704C (or 0xFA704C) is known color: Tomato. HEX triplet: FA, 70 and 4C. RGB value is (250,112,76). Sum of RGB (Red+Green+Blue) = 250+112+76=438 (58% of max value = 765). Red value is 250 (98.05% from 255 or 57.08% from 438); Green value is 112 (44.14% from 255 or 25.57% from 438); Blue value is 76 (30.08% from 255 or 17.35% from 438); Max value from RGB is 250 - color contains mainly: red. Hex color #FA704C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA704C is #058FB3. Grayscale: #959595. Windows color (decimal): -364468 or 5009658. OLE color: 5009658.

HSL color Cylindrical-coordinate representation of color #FA704C: hue angle of 12.41º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FA704C is Cyan = 0, Magento = 0.55, Yellow = 0.70 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 112 76 -
CMYK 0 0.55 0.70 0.02
HSL 12.41º 0.95% 0.64% -
HSV(B) 12.41º 0.7% 0.98% -
XYZ 46.52 32.43 10.65 -
YUV 149.16 86.72 199.93 -
System Red Green Blue C M Y K H S L
Decimal 250 112 76 0 0.55 0.70 0.02 12.41 0.95 0.64
Hex FA 70 4C 0 37 46 2 C 5F 40
Octal 372 160 114 0 67 106 2 14 137 100
Binary 11111010 1110000 1001100 0 110111 1000110 10 1100 1011111 1000000

Color Harmonies of #FA704C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA704C

Black with #FA704C

Text Example


Text Example

White with #FA704C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA704C; }

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

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

background-color css

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

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

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

border-color css

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

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

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