Html Css Color HEX #F85038 Sunset Orange

📋 copy color: '#F85038'

red 248 ◦ green 80 ◦ blue 56

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

Shades of Sunset Orange #F85038

Tints of Sunset Orange #F85038

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 14.58%

R = 64.58%
G = 20.83%
B = 14.58%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.77

 K value IS 0.03

RGB Variations

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

Color information

#F85038 (or 0xF85038) is known color: Sunset Orange. HEX triplet: F8, 50 and 38. RGB value is (248,80,56). Sum of RGB (Red+Green+Blue) = 248+80+56=384 (50% of max value = 765). Red value is 248 (97.27% from 255 or 64.58% from 384); Green value is 80 (31.64% from 255 or 20.83% from 384); Blue value is 56 (22.27% from 255 or 14.58% from 384); Max value from RGB is 248 - color contains mainly: red. Hex color #F85038 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F85038 is #07AFC7. Grayscale: #7F7F7F. Windows color (decimal): -503752 or 3690744. OLE color: 3690744.

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

Color convert

RGB 248 80 56 -
CMYK 0 0.68 0.77 0.03
HSL 7.5º 0.93% 0.6% -
HSV(B) 7.5º 0.77% 0.97% -
XYZ 42.29 25.98 6.53 -
YUV 127.5 87.66 213.95 -
System Red Green Blue C M Y K H S L
Decimal 248 80 56 0 0.68 0.77 0.03 7.5 0.93 0.6
Hex F8 50 38 0 44 4D 3 8 5D 3C
Octal 370 120 70 0 104 115 3 10 135 74
Binary 11111000 1010000 111000 0 1000100 1001101 11 1000 1011101 111100

Color Harmonies of #F85038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85038

Black with #F85038

Text Example


Text Example

White with #F85038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85038; }

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

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

background-color css

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

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

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

border-color css

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

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

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