Html Css Color HEX #F85448 Sunset Orange

📋 copy color: '#F85448'

red 248 ◦ green 84 ◦ blue 72

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

Shades of Sunset Orange #F85448

Tints of Sunset Orange #F85448

RGB

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

 GREEN value IS 84 (33.2% from 255) = 20.79%

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

R = 61.39%
G = 20.79%
B = 17.82%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.71

 K value IS 0.03

RGB Variations

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

Color information

#F85448 (or 0xF85448) is known color: Sunset Orange. HEX triplet: F8, 54 and 48. RGB value is (248,84,72). Sum of RGB (Red+Green+Blue) = 248+84+72=404 (53% of max value = 765). Red value is 248 (97.27% from 255 or 61.39% from 404); Green value is 84 (33.20% from 255 or 20.79% from 404); Blue value is 72 (28.52% from 255 or 17.82% from 404); Max value from RGB is 248 - color contains mainly: red. Hex color #F85448 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F85448 is #07ABB7. Grayscale: #838383. Windows color (decimal): -502712 or 4740344. OLE color: 4740344.

HSL color Cylindrical-coordinate representation of color #F85448: hue angle of 4.09º 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 #F85448 is Cyan = 0, Magento = 0.66, Yellow = 0.71 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 84 72 -
CMYK 0 0.66 0.71 0.03
HSL 4.09º 0.93% 0.63% -
HSV(B) 4.09º 0.71% 0.97% -
XYZ 43.05 26.76 9.03 -
YUV 131.67 94.33 210.98 -
System Red Green Blue C M Y K H S L
Decimal 248 84 72 0 0.66 0.71 0.03 4.09 0.93 0.63
Hex F8 54 48 0 42 47 3 4 5D 3F
Octal 370 124 110 0 102 107 3 4 135 77
Binary 11111000 1010100 1001000 0 1000010 1000111 11 100 1011101 111111

Color Harmonies of #F85448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85448

Black with #F85448

Text Example


Text Example

White with #F85448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85448; }

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

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

background-color css

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

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

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

border-color css

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

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

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