Html Css Color HEX #F85545 Sunset Orange

📋 copy color: '#F85545'

red 248 ◦ green 85 ◦ blue 69

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

Shades of Sunset Orange #F85545

Tints of Sunset Orange #F85545

RGB

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

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

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

R = 61.69%
G = 21.14%
B = 17.16%

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

#F85545 (or 0xF85545) is known color: Sunset Orange. HEX triplet: F8, 55 and 45. RGB value is (248,85,69). Sum of RGB (Red+Green+Blue) = 248+85+69=402 (53% of max value = 765). Red value is 248 (97.27% from 255 or 61.69% from 402); Green value is 85 (33.59% from 255 or 21.14% from 402); Blue value is 69 (27.34% from 255 or 17.16% from 402); Max value from RGB is 248 - color contains mainly: red. Hex color #F85545 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F85545 is #07AABA. Grayscale: #848484. Windows color (decimal): -502459 or 4543992. OLE color: 4543992.

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

Color convert

RGB 248 85 69 -
CMYK 0 0.66 0.72 0.03
HSL 5.36º 0.93% 0.62% -
HSV(B) 5.36º 0.72% 0.97% -
XYZ 43.03 26.88 8.55 -
YUV 131.91 92.5 210.8 -
System Red Green Blue C M Y K H S L
Decimal 248 85 69 0 0.66 0.72 0.03 5.36 0.93 0.62
Hex F8 55 45 0 42 48 3 5 5D 3E
Octal 370 125 105 0 102 110 3 5 135 76
Binary 11111000 1010101 1000101 0 1000010 1001000 11 101 1011101 111110

Color Harmonies of #F85545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85545

Black with #F85545

Text Example


Text Example

White with #F85545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85545; }

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

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

background-color css

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

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

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

border-color css

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

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

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