Html Css Color HEX #F85546 Sunset Orange

📋 copy color: '#F85546'

red 248 ◦ green 85 ◦ blue 70

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

Shades of Sunset Orange #F85546

Tints of Sunset Orange #F85546

RGB

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

 GREEN value IS 85 (33.59% from 255) = 21.09%

 BLUE value IS 70 (27.73% from 255) = 17.37%

R = 61.54%
G = 21.09%
B = 17.37%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.72

 K value IS 0.03

RGB Variations

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

Color information

#F85546 (or 0xF85546) is known color: Sunset Orange. HEX triplet: F8, 55 and 46. RGB value is (248,85,70). Sum of RGB (Red+Green+Blue) = 248+85+70=403 (53% of max value = 765). Red value is 248 (97.27% from 255 or 61.54% from 403); Green value is 85 (33.59% from 255 or 21.09% from 403); Blue value is 70 (27.73% from 255 or 17.37% from 403); Max value from RGB is 248 - color contains mainly: red. Hex color #F85546 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F85546 is #07AAB9. Grayscale: #848484. Windows color (decimal): -502458 or 4609528. OLE color: 4609528.

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

Color convert

RGB 248 85 70 -
CMYK 0 0.66 0.72 0.03
HSL 5.06º 0.93% 0.62% -
HSV(B) 5.06º 0.72% 0.97% -
XYZ 43.07 26.9 8.72 -
YUV 132.03 93 210.72 -
System Red Green Blue C M Y K H S L
Decimal 248 85 70 0 0.66 0.72 0.03 5.06 0.93 0.62
Hex F8 55 46 0 42 48 3 5 5D 3E
Octal 370 125 106 0 102 110 3 5 135 76
Binary 11111000 1010101 1000110 0 1000010 1001000 11 101 1011101 111110

Color Harmonies of #F85546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85546

Black with #F85546

Text Example


Text Example

White with #F85546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85546; }

 p { color: rgb(248,85,70); }

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

background-color css

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

 a { background-color: rgb(248,85,70); }

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

border-color css

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

 span { border-color: rgb(248,85,70); }

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