Html Css Color HEX #F55248 Sunset Orange

📋 copy color: '#F55248'

red 245 ◦ green 82 ◦ blue 72

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

Shades of Sunset Orange #F55248

Tints of Sunset Orange #F55248

RGB

 RED value IS 245 (96.09% from 255) = 61.4%

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

 BLUE value IS 72 (28.52% from 255) = 18.05%

R = 61.4%
G = 20.55%
B = 18.05%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.71

 K value IS 0.04

RGB Variations

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

Color information

#F55248 (or 0xF55248) is known color: Sunset Orange. HEX triplet: F5, 52 and 48. RGB value is (245,82,72). Sum of RGB (Red+Green+Blue) = 245+82+72=399 (52% of max value = 765). Red value is 245 (96.09% from 255 or 61.40% from 399); Green value is 82 (32.42% from 255 or 20.55% from 399); Blue value is 72 (28.52% from 255 or 18.05% from 399); Max value from RGB is 245 - color contains mainly: red. Hex color #F55248 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F55248 is #0AADB7. Grayscale: #818181. Windows color (decimal): -699832 or 4739829. OLE color: 4739829.

HSL color Cylindrical-coordinate representation of color #F55248: hue angle of 3.47º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F55248 is Cyan = 0, Magento = 0.67, Yellow = 0.71 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 82 72 -
CMYK 0 0.67 0.71 0.04
HSL 3.47º 0.9% 0.62% -
HSV(B) 3.47º 0.71% 0.96% -
XYZ 41.84 25.91 8.93 -
YUV 129.6 95.5 210.31 -
System Red Green Blue C M Y K H S L
Decimal 245 82 72 0 0.67 0.71 0.04 3.47 0.9 0.62
Hex F5 52 48 0 43 47 4 3 5A 3E
Octal 365 122 110 0 103 107 4 3 132 76
Binary 11110101 1010010 1001000 0 1000011 1000111 100 11 1011010 111110

Color Harmonies of #F55248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55248

Black with #F55248

Text Example


Text Example

White with #F55248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55248; }

 p { color: rgb(245,82,72); }

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

background-color css

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

 a { background-color: rgb(245,82,72); }

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

border-color css

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

 span { border-color: rgb(245,82,72); }

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