Html Css Color HEX #FA6440 Tomato

📋 copy color: '#FA6440'

red 250 ◦ green 100 ◦ blue 64

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

Shades of Tomato #FA6440

Tints of Tomato #FA6440

RGB

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

 GREEN value IS 100 (39.45% from 255) = 24.15%

 BLUE value IS 64 (25.39% from 255) = 15.46%

R = 60.39%
G = 24.15%
B = 15.46%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.74

 K value IS 0.02

RGB Variations

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

Color information

#FA6440 (or 0xFA6440) is known color: Tomato. HEX triplet: FA, 64 and 40. RGB value is (250,100,64). Sum of RGB (Red+Green+Blue) = 250+100+64=414 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.39% from 414); Green value is 100 (39.45% from 255 or 24.15% from 414); Blue value is 64 (25.39% from 255 or 15.46% from 414); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6440 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA6440 is #059BBF. Grayscale: #8D8D8D. Windows color (decimal): -367552 or 4220154. OLE color: 4220154.

HSL color Cylindrical-coordinate representation of color #FA6440: hue angle of 11.61º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FA6440 is Cyan = 0, Magento = 0.6, Yellow = 0.74 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 100 64 -
CMYK 0 0.6 0.74 0.02
HSL 11.61º 0.95% 0.62% -
HSV(B) 11.61º 0.74% 0.98% -
XYZ 44.91 29.81 8.24 -
YUV 140.75 84.7 205.93 -
System Red Green Blue C M Y K H S L
Decimal 250 100 64 0 0.6 0.74 0.02 11.61 0.95 0.62
Hex FA 64 40 0 3C 4A 2 C 5F 3E
Octal 372 144 100 0 74 112 2 14 137 76
Binary 11111010 1100100 1000000 0 111100 1001010 10 1100 1011111 111110

Color Harmonies of #FA6440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6440

Black with #FA6440

Text Example


Text Example

White with #FA6440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6440; }

 p { color: rgb(250,100,64); }

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

background-color css

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

 a { background-color: rgb(250,100,64); }

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

border-color css

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

 span { border-color: rgb(250,100,64); }

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