Html Css Color HEX #F04948 Sunset Orange

📋 copy color: '#F04948'

red 240 ◦ green 73 ◦ blue 72

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

Shades of Sunset Orange #F04948

Tints of Sunset Orange #F04948

RGB

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

 GREEN value IS 73 (28.91% from 255) = 18.96%

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

R = 62.34%
G = 18.96%
B = 18.7%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.7

 K value IS 0.06

RGB Variations

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

Color information

#F04948 (or 0xF04948) is known color: Sunset Orange. HEX triplet: F0, 49 and 48. RGB value is (240,73,72). Sum of RGB (Red+Green+Blue) = 240+73+72=385 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.34% from 385); Green value is 73 (28.91% from 255 or 18.96% from 385); Blue value is 72 (28.52% from 255 or 18.70% from 385); Max value from RGB is 240 - color contains mainly: red. Hex color #F04948 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F04948 is #0FB6B7. Grayscale: #7A7A7A. Windows color (decimal): -1029816 or 4737520. OLE color: 4737520.

HSL color Cylindrical-coordinate representation of color #F04948: hue angle of 0.36º 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 #F04948 is Cyan = 0, Magento = 0.70, Yellow = 0.7 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 73 72 -
CMYK 0 0.70 0.7 0.06
HSL 0.36º 0.85% 0.61% -
HSV(B) 0.36º 0.7% 0.94% -
XYZ 39.49 23.76 8.64 -
YUV 122.82 99.33 211.58 -
System Red Green Blue C M Y K H S L
Decimal 240 73 72 0 0.70 0.7 0.06 0.36 0.85 0.61
Hex F0 49 48 0 46 46 6 0 55 3D
Octal 360 111 110 0 106 106 6 0 125 75
Binary 11110000 1001001 1001000 0 1000110 1000110 110 0 1010101 111101

Color Harmonies of #F04948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04948

Black with #F04948

Text Example


Text Example

White with #F04948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04948; }

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

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

background-color css

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

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

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

border-color css

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

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

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