Html Css Color HEX #F96850 Tomato

📋 copy color: '#F96850'

red 249 ◦ green 104 ◦ blue 80

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

Shades of Tomato #F96850

Tints of Tomato #F96850

RGB

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

 GREEN value IS 104 (41.02% from 255) = 24.02%

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

R = 57.51%
G = 24.02%
B = 18.48%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.68

 K value IS 0.02

RGB Variations

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

Color information

#F96850 (or 0xF96850) is known color: Tomato. HEX triplet: F9, 68 and 50. RGB value is (249,104,80). Sum of RGB (Red+Green+Blue) = 249+104+80=433 (57% of max value = 765). Red value is 249 (97.66% from 255 or 57.51% from 433); Green value is 104 (41.02% from 255 or 24.02% from 433); Blue value is 80 (31.64% from 255 or 18.48% from 433); Max value from RGB is 249 - color contains mainly: red. Hex color #F96850 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F96850 is #0697AF. Grayscale: #909090. Windows color (decimal): -432048 or 5269753. OLE color: 5269753.

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

Color convert

RGB 249 104 80 -
CMYK 0 0.58 0.68 0.02
HSL 8.52º 0.93% 0.65% -
HSV(B) 8.52º 0.68% 0.98% -
XYZ 45.47 30.62 11.1 -
YUV 144.62 91.54 202.45 -
System Red Green Blue C M Y K H S L
Decimal 249 104 80 0 0.58 0.68 0.02 8.52 0.93 0.65
Hex F9 68 50 0 3A 44 2 9 5D 41
Octal 371 150 120 0 72 104 2 11 135 101
Binary 11111001 1101000 1010000 0 111010 1000100 10 1001 1011101 1000001

Color Harmonies of #F96850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96850

Black with #F96850

Text Example


Text Example

White with #F96850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96850; }

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

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

background-color css

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

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

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

border-color css

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

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

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