Html Css Color HEX #F26940 Tomato

📋 copy color: '#F26940'

red 242 ◦ green 105 ◦ blue 64

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

Shades of Tomato #F26940

Tints of Tomato #F26940

RGB

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

 GREEN value IS 105 (41.41% from 255) = 25.55%

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

R = 58.88%
G = 25.55%
B = 15.57%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.74

 K value IS 0.05

RGB Variations

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

Color information

#F26940 (or 0xF26940) is known color: Tomato. HEX triplet: F2, 69 and 40. RGB value is (242,105,64). Sum of RGB (Red+Green+Blue) = 242+105+64=411 (54% of max value = 765). Red value is 242 (94.92% from 255 or 58.88% from 411); Green value is 105 (41.41% from 255 or 25.55% from 411); Blue value is 64 (25.39% from 255 or 15.57% from 411); Max value from RGB is 242 - color contains mainly: red. Hex color #F26940 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F26940 is #0D96BF. Grayscale: #8D8D8D. Windows color (decimal): -890560 or 4221426. OLE color: 4221426.

HSL color Cylindrical-coordinate representation of color #F26940: hue angle of 13.82º 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 #F26940 is Cyan = 0, Magento = 0.57, Yellow = 0.74 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 105 64 -
CMYK 0 0.57 0.74 0.05
HSL 13.82º 0.87% 0.6% -
HSV(B) 13.82º 0.74% 0.95% -
XYZ 42.59 29.35 8.27 -
YUV 141.29 84.39 199.83 -
System Red Green Blue C M Y K H S L
Decimal 242 105 64 0 0.57 0.74 0.05 13.82 0.87 0.6
Hex F2 69 40 0 39 4A 5 E 57 3C
Octal 362 151 100 0 71 112 5 16 127 74
Binary 11110010 1101001 1000000 0 111001 1001010 101 1110 1010111 111100

Color Harmonies of #F26940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F26940

Black with #F26940

Text Example


Text Example

White with #F26940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F26940; }

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

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

background-color css

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

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

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

border-color css

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

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

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