Html Css Color HEX #F26A40 Tomato

📋 copy color: '#F26A40'

red 242 ◦ green 106 ◦ blue 64

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

Shades of Tomato #F26A40

Tints of Tomato #F26A40

RGB

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

 GREEN value IS 106 (41.8% from 255) = 25.73%

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

R = 58.74%
G = 25.73%
B = 15.53%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.74

 K value IS 0.05

RGB Variations

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

Color information

#F26A40 (or 0xF26A40) is known color: Tomato. HEX triplet: F2, 6A and 40. RGB value is (242,106,64). Sum of RGB (Red+Green+Blue) = 242+106+64=412 (54% of max value = 765). Red value is 242 (94.92% from 255 or 58.74% from 412); Green value is 106 (41.80% from 255 or 25.73% from 412); Blue value is 64 (25.39% from 255 or 15.53% from 412); Max value from RGB is 242 - color contains mainly: red. Hex color #F26A40 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F26A40 is #0D95BF. Grayscale: #8E8E8E. Windows color (decimal): -890304 or 4221682. OLE color: 4221682.

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

Color convert

RGB 242 106 64 -
CMYK 0 0.56 0.74 0.05
HSL 14.16º 0.87% 0.6% -
HSV(B) 14.16º 0.74% 0.95% -
XYZ 42.7 29.56 8.3 -
YUV 141.88 84.06 199.42 -
System Red Green Blue C M Y K H S L
Decimal 242 106 64 0 0.56 0.74 0.05 14.16 0.87 0.6
Hex F2 6A 40 0 38 4A 5 E 57 3C
Octal 362 152 100 0 70 112 5 16 127 74
Binary 11110010 1101010 1000000 0 111000 1001010 101 1110 1010111 111100

Color Harmonies of #F26A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F26A40

Black with #F26A40

Text Example


Text Example

White with #F26A40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F26A40; }

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

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

background-color css

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

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

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

border-color css

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

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

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