Html Css Color HEX #FF7048 Tomato

📋 copy color: '#FF7048'

red 255 ◦ green 112 ◦ blue 72

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

Shades of Tomato #FF7048

Tints of Tomato #FF7048

RGB

 RED value IS 255 (100% from 255) = 58.09%

 GREEN value IS 112 (44.14% from 255) = 25.51%

 BLUE value IS 72 (28.52% from 255) = 16.4%

R = 58.09%
G = 25.51%
B = 16.4%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.72

 K value IS 0

RGB Variations

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

Color information

#FF7048 (or 0xFF7048) is known color: Tomato. HEX triplet: FF, 70 and 48. RGB value is (255,112,72). Sum of RGB (Red+Green+Blue) = 255+112+72=439 (58% of max value = 765). Red value is 255 (100% from 255 or 58.09% from 439); Green value is 112 (44.14% from 255 or 25.51% from 439); Blue value is 72 (28.52% from 255 or 16.40% from 439); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7048 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF7048 is #008FB7. Grayscale: #969696. Windows color (decimal): -36792 or 4747519. OLE color: 4747519.

HSL color Cylindrical-coordinate representation of color #FF7048: hue angle of 13.11º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FF7048 is Cyan = 0, Magento = 0.56, Yellow = 0.72 and Black (K on CMYK) = 0.

Color convert

RGB 255 112 72 -
CMYK 0 0.56 0.72 0
HSL 13.11º 1% 0.64% -
HSV(B) 13.11º 0.72% 1% -
XYZ 48.2 33.32 10.02 -
YUV 150.2 83.88 202.75 -
System Red Green Blue C M Y K H S L
Decimal 255 112 72 0 0.56 0.72 0 13.11 1 0.64
Hex FF 70 48 0 38 48 0 D 64 40
Octal 377 160 110 0 70 110 0 15 144 100
Binary 11111111 1110000 1001000 0 111000 1001000 0 1101 1100100 1000000

Color Harmonies of #FF7048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7048

Black with #FF7048

Text Example


Text Example

White with #FF7048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7048; }

 p { color: rgb(255,112,72); }

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

background-color css

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

 a { background-color: rgb(255,112,72); }

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

border-color css

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

 span { border-color: rgb(255,112,72); }

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