Html Css Color HEX #F26540 Tomato

📋 copy color: '#F26540'

red 242 ◦ green 101 ◦ blue 64

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

Shades of Tomato #F26540

Tints of Tomato #F26540

RGB

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

 GREEN value IS 101 (39.84% from 255) = 24.82%

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

R = 59.46%
G = 24.82%
B = 15.72%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.74

 K value IS 0.05

RGB Variations

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

Color information

#F26540 (or 0xF26540) is known color: Tomato. HEX triplet: F2, 65 and 40. RGB value is (242,101,64). Sum of RGB (Red+Green+Blue) = 242+101+64=407 (53% of max value = 765). Red value is 242 (94.92% from 255 or 59.46% from 407); Green value is 101 (39.84% from 255 or 24.82% from 407); Blue value is 64 (25.39% from 255 or 15.72% from 407); Max value from RGB is 242 - color contains mainly: red. Hex color #F26540 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F26540 is #0D9ABF. Grayscale: #8B8B8B. Windows color (decimal): -891584 or 4220402. OLE color: 4220402.

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

Color convert

RGB 242 101 64 -
CMYK 0 0.58 0.74 0.05
HSL 12.47º 0.87% 0.6% -
HSV(B) 12.47º 0.74% 0.95% -
XYZ 42.2 28.55 8.14 -
YUV 138.94 85.71 201.51 -
System Red Green Blue C M Y K H S L
Decimal 242 101 64 0 0.58 0.74 0.05 12.47 0.87 0.6
Hex F2 65 40 0 3A 4A 5 C 57 3C
Octal 362 145 100 0 72 112 5 14 127 74
Binary 11110010 1100101 1000000 0 111010 1001010 101 1100 1010111 111100

Color Harmonies of #F26540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F26540

Black with #F26540

Text Example


Text Example

White with #F26540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F26540; }

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

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

background-color css

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

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

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

border-color css

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

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

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