Html Css Color HEX #F85044 Sunset Orange

📋 copy color: '#F85044'

red 248 ◦ green 80 ◦ blue 68

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

Shades of Sunset Orange #F85044

Tints of Sunset Orange #F85044

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 17.17%

R = 62.63%
G = 20.2%
B = 17.17%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.73

 K value IS 0.03

RGB Variations

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

Color information

#F85044 (or 0xF85044) is known color: Sunset Orange. HEX triplet: F8, 50 and 44. RGB value is (248,80,68). Sum of RGB (Red+Green+Blue) = 248+80+68=396 (52% of max value = 765). Red value is 248 (97.27% from 255 or 62.63% from 396); Green value is 80 (31.64% from 255 or 20.20% from 396); Blue value is 68 (26.95% from 255 or 17.17% from 396); Max value from RGB is 248 - color contains mainly: red. Hex color #F85044 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F85044 is #07AFBB. Grayscale: #818181. Windows color (decimal): -503740 or 4477176. OLE color: 4477176.

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

Color convert

RGB 248 80 68 -
CMYK 0 0.68 0.73 0.03
HSL 0.93% 0.62% -
HSV(B) 0.73% 0.97% -
XYZ 42.62 26.11 8.26 -
YUV 128.86 93.66 212.98 -
System Red Green Blue C M Y K H S L
Decimal 248 80 68 0 0.68 0.73 0.03 4 0.93 0.62
Hex F8 50 44 0 44 49 3 4 5D 3E
Octal 370 120 104 0 104 111 3 4 135 76
Binary 11111000 1010000 1000100 0 1000100 1001001 11 100 1011101 111110

Color Harmonies of #F85044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85044

Black with #F85044

Text Example


Text Example

White with #F85044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85044; }

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

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

background-color css

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

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

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

border-color css

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

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

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