Html Css Color HEX #F96250 Tomato

📋 copy color: '#F96250'

red 249 ◦ green 98 ◦ blue 80

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

Shades of Tomato #F96250

Tints of Tomato #F96250

RGB

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

 GREEN value IS 98 (38.67% from 255) = 22.95%

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

R = 58.31%
G = 22.95%
B = 18.74%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.68

 K value IS 0.02

RGB Variations

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

Color information

#F96250 (or 0xF96250) is known color: Tomato. HEX triplet: F9, 62 and 50. RGB value is (249,98,80). Sum of RGB (Red+Green+Blue) = 249+98+80=427 (56% of max value = 765). Red value is 249 (97.66% from 255 or 58.31% from 427); Green value is 98 (38.67% from 255 or 22.95% from 427); Blue value is 80 (31.64% from 255 or 18.74% from 427); Max value from RGB is 249 - color contains mainly: red. Hex color #F96250 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F96250 is #069DAF. Grayscale: #8D8D8D. Windows color (decimal): -433584 or 5268217. OLE color: 5268217.

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

Color convert

RGB 249 98 80 -
CMYK 0 0.61 0.68 0.02
HSL 6.39º 0.93% 0.65% -
HSV(B) 6.39º 0.68% 0.98% -
XYZ 44.88 29.45 10.91 -
YUV 141.1 93.53 204.96 -
System Red Green Blue C M Y K H S L
Decimal 249 98 80 0 0.61 0.68 0.02 6.39 0.93 0.65
Hex F9 62 50 0 3D 44 2 6 5D 41
Octal 371 142 120 0 75 104 2 6 135 101
Binary 11111001 1100010 1010000 0 111101 1000100 10 110 1011101 1000001

Color Harmonies of #F96250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96250

Black with #F96250

Text Example


Text Example

White with #F96250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96250; }

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

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

background-color css

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

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

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

border-color css

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

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

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