Html Css Color HEX #F85246 Sunset Orange

📋 copy color: '#F85246'

red 248 ◦ green 82 ◦ blue 70

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

Shades of Sunset Orange #F85246

Tints of Sunset Orange #F85246

RGB

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

 GREEN value IS 82 (32.42% from 255) = 20.5%

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

R = 62%
G = 20.5%
B = 17.5%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.72

 K value IS 0.03

RGB Variations

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

Color information

#F85246 (or 0xF85246) is known color: Sunset Orange. HEX triplet: F8, 52 and 46. RGB value is (248,82,70). Sum of RGB (Red+Green+Blue) = 248+82+70=400 (52% of max value = 765). Red value is 248 (97.27% from 255 or 62% from 400); Green value is 82 (32.42% from 255 or 20.5% from 400); Blue value is 70 (27.73% from 255 or 17.5% from 400); Max value from RGB is 248 - color contains mainly: red. Hex color #F85246 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F85246 is #07ADB9. Grayscale: #828282. Windows color (decimal): -503226 or 4608760. OLE color: 4608760.

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

Color convert

RGB 248 82 70 -
CMYK 0 0.67 0.72 0.03
HSL 4.04º 0.93% 0.62% -
HSV(B) 4.04º 0.72% 0.97% -
XYZ 42.83 26.43 8.64 -
YUV 130.27 94 211.98 -
System Red Green Blue C M Y K H S L
Decimal 248 82 70 0 0.67 0.72 0.03 4.04 0.93 0.62
Hex F8 52 46 0 43 48 3 4 5D 3E
Octal 370 122 106 0 103 110 3 4 135 76
Binary 11111000 1010010 1000110 0 1000011 1001000 11 100 1011101 111110

Color Harmonies of #F85246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85246

Black with #F85246

Text Example


Text Example

White with #F85246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85246; }

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

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

background-color css

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

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

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

border-color css

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

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

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