Html Css Color HEX #F96B50 Tomato

📋 copy color: '#F96B50'

red 249 ◦ green 107 ◦ blue 80

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

Shades of Tomato #F96B50

Tints of Tomato #F96B50

RGB

 RED value IS 249 (97.66% from 255) = 57.11%

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

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

R = 57.11%
G = 24.54%
B = 18.35%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.68

 K value IS 0.02

RGB Variations

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

Color information

#F96B50 (or 0xF96B50) is known color: Tomato. HEX triplet: F9, 6B and 50. RGB value is (249,107,80). Sum of RGB (Red+Green+Blue) = 249+107+80=436 (57% of max value = 765). Red value is 249 (97.66% from 255 or 57.11% from 436); Green value is 107 (42.19% from 255 or 24.54% from 436); Blue value is 80 (31.64% from 255 or 18.35% from 436); Max value from RGB is 249 - color contains mainly: red. Hex color #F96B50 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F96B50 is #0694AF. Grayscale: #929292. Windows color (decimal): -431280 or 5270521. OLE color: 5270521.

HSL color Cylindrical-coordinate representation of color #F96B50: hue angle of 9.59º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F96B50 is Cyan = 0, Magento = 0.57, Yellow = 0.68 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 107 80 -
CMYK 0 0.57 0.68 0.02
HSL 9.59º 0.93% 0.65% -
HSV(B) 9.59º 0.68% 0.98% -
XYZ 45.77 31.23 11.21 -
YUV 146.38 90.54 201.2 -
System Red Green Blue C M Y K H S L
Decimal 249 107 80 0 0.57 0.68 0.02 9.59 0.93 0.65
Hex F9 6B 50 0 39 44 2 A 5D 41
Octal 371 153 120 0 71 104 2 12 135 101
Binary 11111001 1101011 1010000 0 111001 1000100 10 1010 1011101 1000001

Color Harmonies of #F96B50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96B50

Black with #F96B50

Text Example


Text Example

White with #F96B50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96B50; }

 p { color: rgb(249,107,80); }

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

background-color css

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

 a { background-color: rgb(249,107,80); }

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

border-color css

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

 span { border-color: rgb(249,107,80); }

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