Html Css Color HEX #FF6550 Tomato

📋 copy color: '#FF6550'

red 255 ◦ green 101 ◦ blue 80

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

Shades of Tomato #FF6550

Tints of Tomato #FF6550

RGB

 RED value IS 255 (100% from 255) = 58.49%

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

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

R = 58.49%
G = 23.17%
B = 18.35%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.69

 K value IS 0

RGB Variations

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

Color information

#FF6550 (or 0xFF6550) is known color: Tomato. HEX triplet: FF, 65 and 50. RGB value is (255,101,80). Sum of RGB (Red+Green+Blue) = 255+101+80=436 (57% of max value = 765). Red value is 255 (100% from 255 or 58.49% from 436); Green value is 101 (39.84% from 255 or 23.17% from 436); Blue value is 80 (31.64% from 255 or 18.35% from 436); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6550 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6550 is #009AAF. Grayscale: #909090. Windows color (decimal): -39600 or 5268991. OLE color: 5268991.

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

Color convert

RGB 255 101 80 -
CMYK 0 0.60 0.69 0
HSL 7.2º 1% 0.66% -
HSV(B) 7.2º 0.69% 1% -
XYZ 47.34 31.15 11.11 -
YUV 144.65 91.52 206.71 -
System Red Green Blue C M Y K H S L
Decimal 255 101 80 0 0.60 0.69 0 7.2 1 0.66
Hex FF 65 50 0 3C 45 0 7 64 42
Octal 377 145 120 0 74 105 0 7 144 102
Binary 11111111 1100101 1010000 0 111100 1000101 0 111 1100100 1000010

Color Harmonies of #FF6550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6550

Black with #FF6550

Text Example


Text Example

White with #FF6550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6550; }

 p { color: rgb(255,101,80); }

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

background-color css

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

 a { background-color: rgb(255,101,80); }

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

border-color css

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

 span { border-color: rgb(255,101,80); }

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