Html Css Color HEX #F26342 Tomato

📋 copy color: '#F26342'

red 242 ◦ green 99 ◦ blue 66

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

Shades of Tomato #F26342

Tints of Tomato #F26342

RGB

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

 GREEN value IS 99 (39.06% from 255) = 24.32%

 BLUE value IS 66 (26.17% from 255) = 16.22%

R = 59.46%
G = 24.32%
B = 16.22%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#F26342 (or 0xF26342) is known color: Tomato. HEX triplet: F2, 63 and 42. RGB value is (242,99,66). Sum of RGB (Red+Green+Blue) = 242+99+66=407 (53% of max value = 765). Red value is 242 (94.92% from 255 or 59.46% from 407); Green value is 99 (39.06% from 255 or 24.32% from 407); Blue value is 66 (26.17% from 255 or 16.22% from 407); Max value from RGB is 242 - color contains mainly: red. Hex color #F26342 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F26342 is #0D9CBD. Grayscale: #8A8A8A. Windows color (decimal): -892094 or 4350962. OLE color: 4350962.

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

Color convert

RGB 242 99 66 -
CMYK 0 0.59 0.73 0.05
HSL 11.25º 0.87% 0.6% -
HSV(B) 11.25º 0.73% 0.95% -
XYZ 42.06 28.19 8.38 -
YUV 138 87.38 202.18 -
System Red Green Blue C M Y K H S L
Decimal 242 99 66 0 0.59 0.73 0.05 11.25 0.87 0.6
Hex F2 63 42 0 3B 49 5 B 57 3C
Octal 362 143 102 0 73 111 5 13 127 74
Binary 11110010 1100011 1000010 0 111011 1001001 101 1011 1010111 111100

Color Harmonies of #F26342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F26342

Black with #F26342

Text Example


Text Example

White with #F26342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F26342; }

 p { color: rgb(242,99,66); }

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

background-color css

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

 a { background-color: rgb(242,99,66); }

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

border-color css

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

 span { border-color: rgb(242,99,66); }

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