Html Css Color HEX #F04845 Sunset Orange

📋 copy color: '#F04845'

red 240 ◦ green 72 ◦ blue 69

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

Shades of Sunset Orange #F04845

Tints of Sunset Orange #F04845

RGB

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

 GREEN value IS 72 (28.52% from 255) = 18.9%

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

R = 62.99%
G = 18.9%
B = 18.11%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.71

 K value IS 0.06

RGB Variations

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

Color information

#F04845 (or 0xF04845) is known color: Sunset Orange. HEX triplet: F0, 48 and 45. RGB value is (240,72,69). Sum of RGB (Red+Green+Blue) = 240+72+69=381 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.99% from 381); Green value is 72 (28.52% from 255 or 18.90% from 381); Blue value is 69 (27.34% from 255 or 18.11% from 381); Max value from RGB is 240 - color contains mainly: red. Hex color #F04845 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F04845 is #0FB7BA. Grayscale: #7A7A7A. Windows color (decimal): -1030075 or 4540656. OLE color: 4540656.

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

Color convert

RGB 240 72 69 -
CMYK 0 0.7 0.71 0.06
HSL 1.05º 0.85% 0.61% -
HSV(B) 1.05º 0.71% 0.94% -
XYZ 39.33 23.59 8.11 -
YUV 121.89 98.16 212.24 -
System Red Green Blue C M Y K H S L
Decimal 240 72 69 0 0.7 0.71 0.06 1.05 0.85 0.61
Hex F0 48 45 0 46 47 6 1 55 3D
Octal 360 110 105 0 106 107 6 1 125 75
Binary 11110000 1001000 1000101 0 1000110 1000111 110 1 1010101 111101

Color Harmonies of #F04845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04845

Black with #F04845

Text Example


Text Example

White with #F04845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04845; }

 p { color: rgb(240,72,69); }

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

background-color css

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

 a { background-color: rgb(240,72,69); }

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

border-color css

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

 span { border-color: rgb(240,72,69); }

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