Html Css Color HEX #F26340 Tomato

📋 copy color: '#F26340'

red 242 ◦ green 99 ◦ blue 64

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

Shades of Tomato #F26340

Tints of Tomato #F26340

RGB

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

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

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

R = 59.75%
G = 24.44%
B = 15.8%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.74

 K value IS 0.05

RGB Variations

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

Color information

#F26340 (or 0xF26340) is known color: Tomato. HEX triplet: F2, 63 and 40. RGB value is (242,99,64). Sum of RGB (Red+Green+Blue) = 242+99+64=405 (53% of max value = 765). Red value is 242 (94.92% from 255 or 59.75% from 405); Green value is 99 (39.06% from 255 or 24.44% from 405); Blue value is 64 (25.39% from 255 or 15.80% from 405); Max value from RGB is 242 - color contains mainly: red. Hex color #F26340 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F26340 is #0D9CBF. Grayscale: #8A8A8A. Windows color (decimal): -892096 or 4219890. OLE color: 4219890.

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

Color convert

RGB 242 99 64 -
CMYK 0 0.59 0.74 0.05
HSL 11.8º 0.87% 0.6% -
HSV(B) 11.8º 0.74% 0.95% -
XYZ 42.01 28.17 8.07 -
YUV 137.77 86.38 202.35 -
System Red Green Blue C M Y K H S L
Decimal 242 99 64 0 0.59 0.74 0.05 11.8 0.87 0.6
Hex F2 63 40 0 3B 4A 5 C 57 3C
Octal 362 143 100 0 73 112 5 14 127 74
Binary 11110010 1100011 1000000 0 111011 1001010 101 1100 1010111 111100

Color Harmonies of #F26340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F26340

Black with #F26340

Text Example


Text Example

White with #F26340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F26340; }

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

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

background-color css

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

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

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

border-color css

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

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

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