Html Css Color HEX #F25C40 Tomato

📋 copy color: '#F25C40'

red 242 ◦ green 92 ◦ blue 64

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

Shades of Tomato #F25C40

Tints of Tomato #F25C40

RGB

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

 GREEN value IS 92 (36.33% from 255) = 23.12%

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

R = 60.8%
G = 23.12%
B = 16.08%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.74

 K value IS 0.05

RGB Variations

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

Color information

#F25C40 (or 0xF25C40) is known color: Tomato. HEX triplet: F2, 5C and 40. RGB value is (242,92,64). Sum of RGB (Red+Green+Blue) = 242+92+64=398 (52% of max value = 765). Red value is 242 (94.92% from 255 or 60.80% from 398); Green value is 92 (36.33% from 255 or 23.12% from 398); Blue value is 64 (25.39% from 255 or 16.08% from 398); Max value from RGB is 242 - color contains mainly: red. Hex color #F25C40 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F25C40 is #0DA3BF. Grayscale: #858585. Windows color (decimal): -893888 or 4218098. OLE color: 4218098.

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

Color convert

RGB 242 92 64 -
CMYK 0 0.62 0.74 0.05
HSL 9.44º 0.87% 0.6% -
HSV(B) 9.44º 0.74% 0.95% -
XYZ 41.37 26.9 7.86 -
YUV 133.66 88.7 205.28 -
System Red Green Blue C M Y K H S L
Decimal 242 92 64 0 0.62 0.74 0.05 9.44 0.87 0.6
Hex F2 5C 40 0 3E 4A 5 9 57 3C
Octal 362 134 100 0 76 112 5 11 127 74
Binary 11110010 1011100 1000000 0 111110 1001010 101 1001 1010111 111100

Color Harmonies of #F25C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25C40

Black with #F25C40

Text Example


Text Example

White with #F25C40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25C40; }

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

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

background-color css

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

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

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

border-color css

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

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

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