Html Css Color HEX #F85032 Sunset Orange

📋 copy color: '#F85032'

red 248 ◦ green 80 ◦ blue 50

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

Shades of Sunset Orange #F85032

Tints of Sunset Orange #F85032

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 13.23%

R = 65.61%
G = 21.16%
B = 13.23%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.80

 K value IS 0.03

RGB Variations

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

Color information

#F85032 (or 0xF85032) is known color: Sunset Orange. HEX triplet: F8, 50 and 32. RGB value is (248,80,50). Sum of RGB (Red+Green+Blue) = 248+80+50=378 (50% of max value = 765). Red value is 248 (97.27% from 255 or 65.61% from 378); Green value is 80 (31.64% from 255 or 21.16% from 378); Blue value is 50 (19.92% from 255 or 13.23% from 378); Max value from RGB is 248 - color contains mainly: red. Hex color #F85032 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F85032 is #07AFCD. Grayscale: #7F7F7F. Windows color (decimal): -503758 or 3297528. OLE color: 3297528.

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

Color convert

RGB 248 80 50 -
CMYK 0 0.68 0.80 0.03
HSL 9.09º 0.93% 0.58% -
HSV(B) 9.09º 0.8% 0.97% -
XYZ 42.16 25.92 5.8 -
YUV 126.81 84.66 214.44 -
System Red Green Blue C M Y K H S L
Decimal 248 80 50 0 0.68 0.80 0.03 9.09 0.93 0.58
Hex F8 50 32 0 44 50 3 9 5D 3A
Octal 370 120 62 0 104 120 3 11 135 72
Binary 11111000 1010000 110010 0 1000100 1010000 11 1001 1011101 111010

Color Harmonies of #F85032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85032

Black with #F85032

Text Example


Text Example

White with #F85032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85032; }

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

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

background-color css

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

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

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

border-color css

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

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

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