Html Css Color HEX #F05640 Sunset Orange

📋 copy color: '#F05640'

red 240 ◦ green 86 ◦ blue 64

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

Shades of Sunset Orange #F05640

Tints of Sunset Orange #F05640

RGB

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

 GREEN value IS 86 (33.98% from 255) = 22.05%

 BLUE value IS 64 (25.39% from 255) = 16.41%

R = 61.54%
G = 22.05%
B = 16.41%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.73

 K value IS 0.06

RGB Variations

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

Color information

#F05640 (or 0xF05640) is known color: Sunset Orange. HEX triplet: F0, 56 and 40. RGB value is (240,86,64). Sum of RGB (Red+Green+Blue) = 240+86+64=390 (51% of max value = 765). Red value is 240 (94.14% from 255 or 61.54% from 390); Green value is 86 (33.98% from 255 or 22.05% from 390); Blue value is 64 (25.39% from 255 or 16.41% from 390); Max value from RGB is 240 - color contains mainly: red. Hex color #F05640 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F05640 is #0FA9BF. Grayscale: #818181. Windows color (decimal): -1026496 or 4216560. OLE color: 4216560.

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

Color convert

RGB 240 86 64 -
CMYK 0 0.64 0.73 0.06
HSL 7.5º 0.85% 0.6% -
HSV(B) 7.5º 0.73% 0.94% -
XYZ 40.19 25.55 7.66 -
YUV 129.54 91.02 206.79 -
System Red Green Blue C M Y K H S L
Decimal 240 86 64 0 0.64 0.73 0.06 7.5 0.85 0.6
Hex F0 56 40 0 40 49 6 8 55 3C
Octal 360 126 100 0 100 111 6 10 125 74
Binary 11110000 1010110 1000000 0 1000000 1001001 110 1000 1010101 111100

Color Harmonies of #F05640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05640

Black with #F05640

Text Example


Text Example

White with #F05640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05640; }

 p { color: rgb(240,86,64); }

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

background-color css

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

 a { background-color: rgb(240,86,64); }

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

border-color css

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

 span { border-color: rgb(240,86,64); }

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