Html Css Color HEX #FA614F Tomato

📋 copy color: '#FA614F'

red 250 ◦ green 97 ◦ blue 79

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

Shades of Tomato #FA614F

Tints of Tomato #FA614F

RGB

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

 GREEN value IS 97 (38.28% from 255) = 22.77%

 BLUE value IS 79 (31.25% from 255) = 18.54%

R = 58.69%
G = 22.77%
B = 18.54%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.68

 K value IS 0.02

RGB Variations

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

Color information

#FA614F (or 0xFA614F) is known color: Tomato. HEX triplet: FA, 61 and 4F. RGB value is (250,97,79). Sum of RGB (Red+Green+Blue) = 250+97+79=426 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.69% from 426); Green value is 97 (38.28% from 255 or 22.77% from 426); Blue value is 79 (31.25% from 255 or 18.54% from 426); Max value from RGB is 250 - color contains mainly: red. Hex color #FA614F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA614F is #059EB0. Grayscale: #8C8C8C. Windows color (decimal): -368305 or 5202426. OLE color: 5202426.

HSL color Cylindrical-coordinate representation of color #FA614F: hue angle of 6.32º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FA614F is Cyan = 0, Magento = 0.61, Yellow = 0.68 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 97 79 -
CMYK 0 0.61 0.68 0.02
HSL 6.32º 0.94% 0.65% -
HSV(B) 6.32º 0.68% 0.98% -
XYZ 45.11 29.44 10.7 -
YUV 140.7 93.19 205.96 -
System Red Green Blue C M Y K H S L
Decimal 250 97 79 0 0.61 0.68 0.02 6.32 0.94 0.65
Hex FA 61 4F 0 3D 44 2 6 5E 41
Octal 372 141 117 0 75 104 2 6 136 101
Binary 11111010 1100001 1001111 0 111101 1000100 10 110 1011110 1000001

Color Harmonies of #FA614F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA614F

Black with #FA614F

Text Example


Text Example

White with #FA614F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA614F; }

 p { color: rgb(250,97,79); }

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

background-color css

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

 a { background-color: rgb(250,97,79); }

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

border-color css

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

 span { border-color: rgb(250,97,79); }

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