Html Css Color HEX #F96650 Tomato

📋 copy color: '#F96650'

red 249 ◦ green 102 ◦ blue 80

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

Shades of Tomato #F96650

Tints of Tomato #F96650

RGB

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

 GREEN value IS 102 (40.23% from 255) = 23.67%

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

R = 57.77%
G = 23.67%
B = 18.56%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.68

 K value IS 0.02

RGB Variations

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

Color information

#F96650 (or 0xF96650) is known color: Tomato. HEX triplet: F9, 66 and 50. RGB value is (249,102,80). Sum of RGB (Red+Green+Blue) = 249+102+80=431 (57% of max value = 765). Red value is 249 (97.66% from 255 or 57.77% from 431); Green value is 102 (40.23% from 255 or 23.67% from 431); Blue value is 80 (31.64% from 255 or 18.56% from 431); Max value from RGB is 249 - color contains mainly: red. Hex color #F96650 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F96650 is #0699AF. Grayscale: #8F8F8F. Windows color (decimal): -432560 or 5269241. OLE color: 5269241.

HSL color Cylindrical-coordinate representation of color #F96650: hue angle of 7.81º 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 #F96650 is Cyan = 0, Magento = 0.59, Yellow = 0.68 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 102 80 -
CMYK 0 0.59 0.68 0.02
HSL 7.81º 0.93% 0.65% -
HSV(B) 7.81º 0.68% 0.98% -
XYZ 45.27 30.22 11.04 -
YUV 143.45 92.2 203.29 -
System Red Green Blue C M Y K H S L
Decimal 249 102 80 0 0.59 0.68 0.02 7.81 0.93 0.65
Hex F9 66 50 0 3B 44 2 8 5D 41
Octal 371 146 120 0 73 104 2 10 135 101
Binary 11111001 1100110 1010000 0 111011 1000100 10 1000 1011101 1000001

Color Harmonies of #F96650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96650

Black with #F96650

Text Example


Text Example

White with #F96650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96650; }

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

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

background-color css

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

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

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

border-color css

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

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

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