Html Css Color HEX #F16B40 Tomato

📋 copy color: '#F16B40'

red 241 ◦ green 107 ◦ blue 64

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

Shades of Tomato #F16B40

Tints of Tomato #F16B40

RGB

 RED value IS 241 (94.53% from 255) = 58.5%

 GREEN value IS 107 (42.19% from 255) = 25.97%

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

R = 58.5%
G = 25.97%
B = 15.53%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#F16B40 (or 0xF16B40) is known color: Tomato. HEX triplet: F1, 6B and 40. RGB value is (241,107,64). Sum of RGB (Red+Green+Blue) = 241+107+64=412 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.50% from 412); Green value is 107 (42.19% from 255 or 25.97% from 412); Blue value is 64 (25.39% from 255 or 15.53% from 412); Max value from RGB is 241 - color contains mainly: red. Hex color #F16B40 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F16B40 is #0E94BF. Grayscale: #8E8E8E. Windows color (decimal): -955584 or 4221937. OLE color: 4221937.

HSL color Cylindrical-coordinate representation of color #F16B40: hue angle of 14.58º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F16B40 is Cyan = 0, Magento = 0.56, Yellow = 0.73 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 107 64 -
CMYK 0 0.56 0.73 0.05
HSL 14.58º 0.86% 0.6% -
HSV(B) 14.58º 0.73% 0.95% -
XYZ 42.46 29.59 8.32 -
YUV 142.16 83.89 198.5 -
System Red Green Blue C M Y K H S L
Decimal 241 107 64 0 0.56 0.73 0.05 14.58 0.86 0.6
Hex F1 6B 40 0 38 49 5 F 56 3C
Octal 361 153 100 0 70 111 5 17 126 74
Binary 11110001 1101011 1000000 0 111000 1001001 101 1111 1010110 111100

Color Harmonies of #F16B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16B40

Black with #F16B40

Text Example


Text Example

White with #F16B40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16B40; }

 p { color: rgb(241,107,64); }

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

background-color css

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

 a { background-color: rgb(241,107,64); }

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

border-color css

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

 span { border-color: rgb(241,107,64); }

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