Html Css Color HEX #F85B42 Tomato

📋 copy color: '#F85B42'

red 248 ◦ green 91 ◦ blue 66

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

Shades of Tomato #F85B42

Tints of Tomato #F85B42

RGB

 RED value IS 248 (97.27% from 255) = 61.23%

 GREEN value IS 91 (35.94% from 255) = 22.47%

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

R = 61.23%
G = 22.47%
B = 16.3%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.73

 K value IS 0.03

RGB Variations

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

Color information

#F85B42 (or 0xF85B42) is known color: Tomato. HEX triplet: F8, 5B and 42. RGB value is (248,91,66). Sum of RGB (Red+Green+Blue) = 248+91+66=405 (53% of max value = 765). Red value is 248 (97.27% from 255 or 61.23% from 405); Green value is 91 (35.94% from 255 or 22.47% from 405); Blue value is 66 (26.17% from 255 or 16.30% from 405); Max value from RGB is 248 - color contains mainly: red. Hex color #F85B42 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F85B42 is #07A4BD. Grayscale: #878787. Windows color (decimal): -500926 or 4348920. OLE color: 4348920.

HSL color Cylindrical-coordinate representation of color #F85B42: hue angle of 8.24º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F85B42 is Cyan = 0, Magento = 0.63, Yellow = 0.73 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 91 66 -
CMYK 0 0.63 0.73 0.03
HSL 8.24º 0.93% 0.62% -
HSV(B) 8.24º 0.73% 0.97% -
XYZ 43.44 27.83 8.24 -
YUV 135.09 89.01 208.53 -
System Red Green Blue C M Y K H S L
Decimal 248 91 66 0 0.63 0.73 0.03 8.24 0.93 0.62
Hex F8 5B 42 0 3F 49 3 8 5D 3E
Octal 370 133 102 0 77 111 3 10 135 76
Binary 11111000 1011011 1000010 0 111111 1001001 11 1000 1011101 111110

Color Harmonies of #F85B42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85B42

Black with #F85B42

Text Example


Text Example

White with #F85B42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85B42; }

 p { color: rgb(248,91,66); }

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

background-color css

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

 a { background-color: rgb(248,91,66); }

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

border-color css

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

 span { border-color: rgb(248,91,66); }

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