Html Css Color HEX #F85148 Sunset Orange

📋 copy color: '#F85148'

red 248 ◦ green 81 ◦ blue 72

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

Shades of Sunset Orange #F85148

Tints of Sunset Orange #F85148

RGB

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

 GREEN value IS 81 (32.03% from 255) = 20.2%

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

R = 61.85%
G = 20.2%
B = 17.96%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.71

 K value IS 0.03

RGB Variations

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

Color information

#F85148 (or 0xF85148) is known color: Sunset Orange. HEX triplet: F8, 51 and 48. RGB value is (248,81,72). Sum of RGB (Red+Green+Blue) = 248+81+72=401 (53% of max value = 765). Red value is 248 (97.27% from 255 or 61.85% from 401); Green value is 81 (32.03% from 255 or 20.20% from 401); Blue value is 72 (28.52% from 255 or 17.96% from 401); Max value from RGB is 248 - color contains mainly: red. Hex color #F85148 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F85148 is #07AEB7. Grayscale: #828282. Windows color (decimal): -503480 or 4739576. OLE color: 4739576.

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

Color convert

RGB 248 81 72 -
CMYK 0 0.67 0.71 0.03
HSL 3.07º 0.93% 0.63% -
HSV(B) 3.07º 0.71% 0.97% -
XYZ 42.82 26.31 8.95 -
YUV 129.91 95.33 212.23 -
System Red Green Blue C M Y K H S L
Decimal 248 81 72 0 0.67 0.71 0.03 3.07 0.93 0.63
Hex F8 51 48 0 43 47 3 3 5D 3F
Octal 370 121 110 0 103 107 3 3 135 77
Binary 11111000 1010001 1001000 0 1000011 1000111 11 11 1011101 111111

Color Harmonies of #F85148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85148

Black with #F85148

Text Example


Text Example

White with #F85148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85148; }

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

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

background-color css

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

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

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

border-color css

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

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

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