Html Css Color HEX #F05540 Sunset Orange

📋 copy color: '#F05540'

red 240 ◦ green 85 ◦ blue 64

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

Shades of Sunset Orange #F05540

Tints of Sunset Orange #F05540

RGB

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

 GREEN value IS 85 (33.59% from 255) = 21.85%

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

R = 61.7%
G = 21.85%
B = 16.45%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.73

 K value IS 0.06

RGB Variations

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

Color information

#F05540 (or 0xF05540) is known color: Sunset Orange. HEX triplet: F0, 55 and 40. RGB value is (240,85,64). Sum of RGB (Red+Green+Blue) = 240+85+64=389 (51% of max value = 765). Red value is 240 (94.14% from 255 or 61.70% from 389); Green value is 85 (33.59% from 255 or 21.85% from 389); Blue value is 64 (25.39% from 255 or 16.45% from 389); Max value from RGB is 240 - color contains mainly: red. Hex color #F05540 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F05540 is #0FAABF. Grayscale: #818181. Windows color (decimal): -1026752 or 4216304. OLE color: 4216304.

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

Color convert

RGB 240 85 64 -
CMYK 0 0.65 0.73 0.06
HSL 7.16º 0.85% 0.6% -
HSV(B) 7.16º 0.73% 0.94% -
XYZ 40.11 25.39 7.64 -
YUV 128.95 91.35 207.21 -
System Red Green Blue C M Y K H S L
Decimal 240 85 64 0 0.65 0.73 0.06 7.16 0.85 0.6
Hex F0 55 40 0 41 49 6 7 55 3C
Octal 360 125 100 0 101 111 6 7 125 74
Binary 11110000 1010101 1000000 0 1000001 1001001 110 111 1010101 111100

Color Harmonies of #F05540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05540

Black with #F05540

Text Example


Text Example

White with #F05540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05540; }

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

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

background-color css

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

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

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

border-color css

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

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

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