Html Css Color HEX #F05144 Sunset Orange

📋 copy color: '#F05144'

red 240 ◦ green 81 ◦ blue 68

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

Shades of Sunset Orange #F05144

Tints of Sunset Orange #F05144

RGB

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

 GREEN value IS 81 (32.03% from 255) = 20.82%

 BLUE value IS 68 (26.95% from 255) = 17.48%

R = 61.7%
G = 20.82%
B = 17.48%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.72

 K value IS 0.06

RGB Variations

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

Color information

#F05144 (or 0xF05144) is known color: Sunset Orange. HEX triplet: F0, 51 and 44. RGB value is (240,81,68). Sum of RGB (Red+Green+Blue) = 240+81+68=389 (51% of max value = 765). Red value is 240 (94.14% from 255 or 61.70% from 389); Green value is 81 (32.03% from 255 or 20.82% from 389); Blue value is 68 (26.95% from 255 or 17.48% from 389); Max value from RGB is 240 - color contains mainly: red. Hex color #F05144 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F05144 is #0FAEBB. Grayscale: #7F7F7F. Windows color (decimal): -1027772 or 4477424. OLE color: 4477424.

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

Color convert

RGB 240 81 68 -
CMYK 0 0.66 0.72 0.06
HSL 4.53º 0.85% 0.6% -
HSV(B) 4.53º 0.72% 0.94% -
XYZ 39.92 24.83 8.16 -
YUV 127.06 94.68 208.56 -
System Red Green Blue C M Y K H S L
Decimal 240 81 68 0 0.66 0.72 0.06 4.53 0.85 0.6
Hex F0 51 44 0 42 48 6 5 55 3C
Octal 360 121 104 0 102 110 6 5 125 74
Binary 11110000 1010001 1000100 0 1000010 1001000 110 101 1010101 111100

Color Harmonies of #F05144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05144

Black with #F05144

Text Example


Text Example

White with #F05144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05144; }

 p { color: rgb(240,81,68); }

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

background-color css

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

 a { background-color: rgb(240,81,68); }

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

border-color css

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

 span { border-color: rgb(240,81,68); }

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