Html Css Color HEX #F85047 Sunset Orange

📋 copy color: '#F85047'

red 248 ◦ green 80 ◦ blue 71

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

Shades of Sunset Orange #F85047

Tints of Sunset Orange #F85047

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 17.79%

R = 62.16%
G = 20.05%
B = 17.79%

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

#F85047 (or 0xF85047) is known color: Sunset Orange. HEX triplet: F8, 50 and 47. RGB value is (248,80,71). Sum of RGB (Red+Green+Blue) = 248+80+71=399 (52% of max value = 765). Red value is 248 (97.27% from 255 or 62.16% from 399); Green value is 80 (31.64% from 255 or 20.05% from 399); Blue value is 71 (28.12% from 255 or 17.79% from 399); Max value from RGB is 248 - color contains mainly: red. Hex color #F85047 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F85047 is #07AFB8. Grayscale: #818181. Windows color (decimal): -503737 or 4673784. OLE color: 4673784.

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

Color convert

RGB 248 80 71 -
CMYK 0 0.68 0.71 0.03
HSL 3.05º 0.93% 0.63% -
HSV(B) 3.05º 0.71% 0.97% -
XYZ 42.72 26.15 8.76 -
YUV 129.21 95.16 212.73 -
System Red Green Blue C M Y K H S L
Decimal 248 80 71 0 0.68 0.71 0.03 3.05 0.93 0.63
Hex F8 50 47 0 44 47 3 3 5D 3F
Octal 370 120 107 0 104 107 3 3 135 77
Binary 11111000 1010000 1000111 0 1000100 1000111 11 11 1011101 111111

Color Harmonies of #F85047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85047

Black with #F85047

Text Example


Text Example

White with #F85047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85047; }

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

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

background-color css

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

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

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

border-color css

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

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

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