Html Css Color HEX #FA6540 Tomato

📋 copy color: '#FA6540'

red 250 ◦ green 101 ◦ blue 64

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

Shades of Tomato #FA6540

Tints of Tomato #FA6540

RGB

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

 GREEN value IS 101 (39.84% from 255) = 24.34%

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

R = 60.24%
G = 24.34%
B = 15.42%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.74

 K value IS 0.02

RGB Variations

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

Color information

#FA6540 (or 0xFA6540) is known color: Tomato. HEX triplet: FA, 65 and 40. RGB value is (250,101,64). Sum of RGB (Red+Green+Blue) = 250+101+64=415 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.24% from 415); Green value is 101 (39.84% from 255 or 24.34% from 415); Blue value is 64 (25.39% from 255 or 15.42% from 415); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6540 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA6540 is #059ABF. Grayscale: #8D8D8D. Windows color (decimal): -367296 or 4220410. OLE color: 4220410.

HSL color Cylindrical-coordinate representation of color #FA6540: hue angle of 11.94º 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 #FA6540 is Cyan = 0, Magento = 0.60, Yellow = 0.74 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 101 64 -
CMYK 0 0.60 0.74 0.02
HSL 11.94º 0.95% 0.62% -
HSV(B) 11.94º 0.74% 0.98% -
XYZ 45 30 8.27 -
YUV 141.33 84.36 205.51 -
System Red Green Blue C M Y K H S L
Decimal 250 101 64 0 0.60 0.74 0.02 11.94 0.95 0.62
Hex FA 65 40 0 3C 4A 2 C 5F 3E
Octal 372 145 100 0 74 112 2 14 137 76
Binary 11111010 1100101 1000000 0 111100 1001010 10 1100 1011111 111110

Color Harmonies of #FA6540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6540

Black with #FA6540

Text Example


Text Example

White with #FA6540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6540; }

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

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

background-color css

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

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

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

border-color css

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

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

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