Html Css Color HEX #F85245 Sunset Orange

📋 copy color: '#F85245'

red 248 ◦ green 82 ◦ blue 69

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

Shades of Sunset Orange #F85245

Tints of Sunset Orange #F85245

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 17.29%

R = 62.16%
G = 20.55%
B = 17.29%

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

#F85245 (or 0xF85245) is known color: Sunset Orange. HEX triplet: F8, 52 and 45. RGB value is (248,82,69). Sum of RGB (Red+Green+Blue) = 248+82+69=399 (52% of max value = 765). Red value is 248 (97.27% from 255 or 62.16% from 399); Green value is 82 (32.42% from 255 or 20.55% from 399); Blue value is 69 (27.34% from 255 or 17.29% from 399); Max value from RGB is 248 - color contains mainly: red. Hex color #F85245 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F85245 is #07ADBA. Grayscale: #828282. Windows color (decimal): -503227 or 4543224. OLE color: 4543224.

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

Color convert

RGB 248 82 69 -
CMYK 0 0.67 0.72 0.03
HSL 4.36º 0.93% 0.62% -
HSV(B) 4.36º 0.72% 0.97% -
XYZ 42.8 26.42 8.47 -
YUV 130.15 93.5 212.06 -
System Red Green Blue C M Y K H S L
Decimal 248 82 69 0 0.67 0.72 0.03 4.36 0.93 0.62
Hex F8 52 45 0 43 48 3 4 5D 3E
Octal 370 122 105 0 103 110 3 4 135 76
Binary 11111000 1010010 1000101 0 1000011 1001000 11 100 1011101 111110

Color Harmonies of #F85245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85245

Black with #F85245

Text Example


Text Example

White with #F85245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85245; }

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

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

background-color css

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

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

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

border-color css

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

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

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