Html Css Color HEX #F85048 Sunset Orange

📋 copy color: '#F85048'

red 248 ◦ green 80 ◦ blue 72

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

Shades of Sunset Orange #F85048

Tints of Sunset Orange #F85048

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20%

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

R = 62%
G = 20%
B = 18%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.71

 K value IS 0.03

RGB Variations

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

Color information

#F85048 (or 0xF85048) is known color: Sunset Orange. HEX triplet: F8, 50 and 48. RGB value is (248,80,72). Sum of RGB (Red+Green+Blue) = 248+80+72=400 (52% of max value = 765). Red value is 248 (97.27% from 255 or 62% from 400); Green value is 80 (31.64% from 255 or 20% from 400); Blue value is 72 (28.52% from 255 or 18% from 400); Max value from RGB is 248 - color contains mainly: red. Hex color #F85048 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F85048 is #07AFB7. Grayscale: #818181. Windows color (decimal): -503736 or 4739320. OLE color: 4739320.

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

Color convert

RGB 248 80 72 -
CMYK 0 0.68 0.71 0.03
HSL 2.73º 0.93% 0.63% -
HSV(B) 2.73º 0.71% 0.97% -
XYZ 42.75 26.16 8.93 -
YUV 129.32 95.66 212.65 -
System Red Green Blue C M Y K H S L
Decimal 248 80 72 0 0.68 0.71 0.03 2.73 0.93 0.63
Hex F8 50 48 0 44 47 3 3 5D 3F
Octal 370 120 110 0 104 107 3 3 135 77
Binary 11111000 1010000 1001000 0 1000100 1000111 11 11 1011101 111111

Color Harmonies of #F85048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85048

Black with #F85048

Text Example


Text Example

White with #F85048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85048; }

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

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

background-color css

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

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

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

border-color css

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

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

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