Html Css Color HEX #F05449 Sunset Orange

📋 copy color: '#F05449'

red 240 ◦ green 84 ◦ blue 73

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

Shades of Sunset Orange #F05449

Tints of Sunset Orange #F05449

RGB

 RED value IS 240 (94.14% from 255) = 60.45%

 GREEN value IS 84 (33.2% from 255) = 21.16%

 BLUE value IS 73 (28.91% from 255) = 18.39%

R = 60.45%
G = 21.16%
B = 18.39%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.70

 K value IS 0.06

RGB Variations

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

Color information

#F05449 (or 0xF05449) is known color: Sunset Orange. HEX triplet: F0, 54 and 49. RGB value is (240,84,73). Sum of RGB (Red+Green+Blue) = 240+84+73=397 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.45% from 397); Green value is 84 (33.20% from 255 or 21.16% from 397); Blue value is 73 (28.91% from 255 or 18.39% from 397); Max value from RGB is 240 - color contains mainly: red. Hex color #F05449 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F05449 is #0FABB6. Grayscale: #818181. Windows color (decimal): -1026999 or 4805872. OLE color: 4805872.

HSL color Cylindrical-coordinate representation of color #F05449: hue angle of 3.95º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F05449 is Cyan = 0, Magento = 0.65, Yellow = 0.70 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 84 73 -
CMYK 0 0.65 0.70 0.06
HSL 3.95º 0.85% 0.61% -
HSV(B) 3.95º 0.7% 0.94% -
XYZ 40.31 25.35 9.07 -
YUV 129.39 96.18 206.89 -
System Red Green Blue C M Y K H S L
Decimal 240 84 73 0 0.65 0.70 0.06 3.95 0.85 0.61
Hex F0 54 49 0 41 46 6 4 55 3D
Octal 360 124 111 0 101 106 6 4 125 75
Binary 11110000 1010100 1001001 0 1000001 1000110 110 100 1010101 111101

Color Harmonies of #F05449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05449

Black with #F05449

Text Example


Text Example

White with #F05449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05449; }

 p { color: rgb(240,84,73); }

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

background-color css

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

 a { background-color: rgb(240,84,73); }

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

border-color css

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

 span { border-color: rgb(240,84,73); }

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