Html Css Color HEX #FE6450 Tomato

📋 copy color: '#FE6450'

red 254 ◦ green 100 ◦ blue 80

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

Shades of Tomato #FE6450

Tints of Tomato #FE6450

RGB

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

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

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

R = 58.53%
G = 23.04%
B = 18.43%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.69

 K value IS 0.00

RGB Variations

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

Color information

#FE6450 (or 0xFE6450) is known color: Tomato. HEX triplet: FE, 64 and 50. RGB value is (254,100,80). Sum of RGB (Red+Green+Blue) = 254+100+80=434 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.53% from 434); Green value is 100 (39.45% from 255 or 23.04% from 434); Blue value is 80 (31.64% from 255 or 18.43% from 434); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6450 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE6450 is #019BAF. Grayscale: #909090. Windows color (decimal): -105392 or 5268734. OLE color: 5268734.

HSL color Cylindrical-coordinate representation of color #FE6450: hue angle of 6.9º 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 #FE6450 is Cyan = 0, Magento = 0.61, Yellow = 0.69 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 100 80 -
CMYK 0 0.61 0.69 0.00
HSL 6.9º 0.99% 0.65% -
HSV(B) 6.9º 0.69% 1% -
XYZ 46.88 30.76 11.06 -
YUV 143.77 92.02 206.63 -
System Red Green Blue C M Y K H S L
Decimal 254 100 80 0 0.61 0.69 0.00 6.9 0.99 0.65
Hex FE 64 50 0 3D 45 0 7 63 41
Octal 376 144 120 0 75 105 0 7 143 101
Binary 11111110 1100100 1010000 0 111101 1000101 0 111 1100011 1000001

Color Harmonies of #FE6450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6450

Black with #FE6450

Text Example


Text Example

White with #FE6450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6450; }

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

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

background-color css

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

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

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

border-color css

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

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

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