Html Css Color HEX #F85551 Sunset Orange

📋 copy color: '#F85551'

red 248 ◦ green 85 ◦ blue 81

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

Shades of Sunset Orange #F85551

Tints of Sunset Orange #F85551

RGB

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

 GREEN value IS 85 (33.59% from 255) = 20.53%

 BLUE value IS 81 (32.03% from 255) = 19.57%

R = 59.9%
G = 20.53%
B = 19.57%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.67

 K value IS 0.03

RGB Variations

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

Color information

#F85551 (or 0xF85551) is known color: Sunset Orange. HEX triplet: F8, 55 and 51. RGB value is (248,85,81). Sum of RGB (Red+Green+Blue) = 248+85+81=414 (54% of max value = 765). Red value is 248 (97.27% from 255 or 59.90% from 414); Green value is 85 (33.59% from 255 or 20.53% from 414); Blue value is 81 (32.03% from 255 or 19.57% from 414); Max value from RGB is 248 - color contains mainly: red. Hex color #F85551 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F85551 is #07AAAE. Grayscale: #858585. Windows color (decimal): -502447 or 5330424. OLE color: 5330424.

HSL color Cylindrical-coordinate representation of color #F85551: hue angle of 1.44º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F85551 is Cyan = 0, Magento = 0.66, Yellow = 0.67 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 85 81 -
CMYK 0 0.66 0.67 0.03
HSL 1.44º 0.92% 0.65% -
HSV(B) 1.44º 0.67% 0.97% -
XYZ 43.45 27.05 10.72 -
YUV 133.28 98.5 209.83 -
System Red Green Blue C M Y K H S L
Decimal 248 85 81 0 0.66 0.67 0.03 1.44 0.92 0.65
Hex F8 55 51 0 42 43 3 1 5C 41
Octal 370 125 121 0 102 103 3 1 134 101
Binary 11111000 1010101 1010001 0 1000010 1000011 11 1 1011100 1000001

Color Harmonies of #F85551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85551

Black with #F85551

Text Example


Text Example

White with #F85551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85551; }

 p { color: rgb(248,85,81); }

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

background-color css

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

 a { background-color: rgb(248,85,81); }

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

border-color css

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

 span { border-color: rgb(248,85,81); }

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