Html Css Color HEX #F26240 Tomato

📋 copy color: '#F26240'

red 242 ◦ green 98 ◦ blue 64

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

Shades of Tomato #F26240

Tints of Tomato #F26240

RGB

 RED value IS 242 (94.92% from 255) = 59.9%

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

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

R = 59.9%
G = 24.26%
B = 15.84%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.74

 K value IS 0.05

RGB Variations

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

Color information

#F26240 (or 0xF26240) is known color: Tomato. HEX triplet: F2, 62 and 40. RGB value is (242,98,64). Sum of RGB (Red+Green+Blue) = 242+98+64=404 (53% of max value = 765). Red value is 242 (94.92% from 255 or 59.90% from 404); Green value is 98 (38.67% from 255 or 24.26% from 404); Blue value is 64 (25.39% from 255 or 15.84% from 404); Max value from RGB is 242 - color contains mainly: red. Hex color #F26240 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F26240 is #0D9DBF. Grayscale: #898989. Windows color (decimal): -892352 or 4219634. OLE color: 4219634.

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

Color convert

RGB 242 98 64 -
CMYK 0 0.60 0.74 0.05
HSL 11.46º 0.87% 0.6% -
HSV(B) 11.46º 0.74% 0.95% -
XYZ 41.91 27.98 8.04 -
YUV 137.18 86.71 202.76 -
System Red Green Blue C M Y K H S L
Decimal 242 98 64 0 0.60 0.74 0.05 11.46 0.87 0.6
Hex F2 62 40 0 3C 4A 5 B 57 3C
Octal 362 142 100 0 74 112 5 13 127 74
Binary 11110010 1100010 1000000 0 111100 1001010 101 1011 1010111 111100

Color Harmonies of #F26240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F26240

Black with #F26240

Text Example


Text Example

White with #F26240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F26240; }

 p { color: rgb(242,98,64); }

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

background-color css

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

 a { background-color: rgb(242,98,64); }

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

border-color css

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

 span { border-color: rgb(242,98,64); }

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