Html Css Color HEX #FE6A50 Tomato

📋 copy color: '#FE6A50'

red 254 ◦ green 106 ◦ blue 80

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

Shades of Tomato #FE6A50

Tints of Tomato #FE6A50

RGB

 RED value IS 254 (99.61% from 255) = 57.73%

 GREEN value IS 106 (41.8% from 255) = 24.09%

 BLUE value IS 80 (31.64% from 255) = 18.18%

R = 57.73%
G = 24.09%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.69

 K value IS 0.00

RGB Variations

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

Color information

#FE6A50 (or 0xFE6A50) is known color: Tomato. HEX triplet: FE, 6A and 50. RGB value is (254,106,80). Sum of RGB (Red+Green+Blue) = 254+106+80=440 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.73% from 440); Green value is 106 (41.80% from 255 or 24.09% from 440); Blue value is 80 (31.64% from 255 or 18.18% from 440); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6A50 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE6A50 is #0195AF. Grayscale: #939393. Windows color (decimal): -103856 or 5270270. OLE color: 5270270.

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

Color convert

RGB 254 106 80 -
CMYK 0 0.58 0.69 0.00
HSL 8.97º 0.99% 0.65% -
HSV(B) 8.97º 0.69% 1% -
XYZ 47.48 31.96 11.26 -
YUV 147.29 90.03 204.11 -
System Red Green Blue C M Y K H S L
Decimal 254 106 80 0 0.58 0.69 0.00 8.97 0.99 0.65
Hex FE 6A 50 0 3A 45 0 9 63 41
Octal 376 152 120 0 72 105 0 11 143 101
Binary 11111110 1101010 1010000 0 111010 1000101 0 1001 1100011 1000001

Color Harmonies of #FE6A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6A50

Black with #FE6A50

Text Example


Text Example

White with #FE6A50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6A50; }

 p { color: rgb(254,106,80); }

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

background-color css

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

 a { background-color: rgb(254,106,80); }

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

border-color css

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

 span { border-color: rgb(254,106,80); }

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