Html Css Color HEX #F04540 Sunset Orange

📋 copy color: '#F04540'

red 240 ◦ green 69 ◦ blue 64

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

Shades of Sunset Orange #F04540

Tints of Sunset Orange #F04540

RGB

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

 GREEN value IS 69 (27.34% from 255) = 18.5%

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

R = 64.34%
G = 18.5%
B = 17.16%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.73

 K value IS 0.06

RGB Variations

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

Color information

#F04540 (or 0xF04540) is known color: Sunset Orange. HEX triplet: F0, 45 and 40. RGB value is (240,69,64). Sum of RGB (Red+Green+Blue) = 240+69+64=373 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.34% from 373); Green value is 69 (27.34% from 255 or 18.50% from 373); Blue value is 64 (25.39% from 255 or 17.16% from 373); Max value from RGB is 240 - color contains mainly: red. Hex color #F04540 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F04540 is #0FBABF. Grayscale: #777777. Windows color (decimal): -1030848 or 4212208. OLE color: 4212208.

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

Color convert

RGB 240 69 64 -
CMYK 0 0.71 0.73 0.06
HSL 1.7º 0.85% 0.6% -
HSV(B) 1.7º 0.73% 0.94% -
XYZ 38.99 23.15 7.26 -
YUV 119.56 96.65 213.91 -
System Red Green Blue C M Y K H S L
Decimal 240 69 64 0 0.71 0.73 0.06 1.7 0.85 0.6
Hex F0 45 40 0 47 49 6 2 55 3C
Octal 360 105 100 0 107 111 6 2 125 74
Binary 11110000 1000101 1000000 0 1000111 1001001 110 10 1010101 111100

Color Harmonies of #F04540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04540

Black with #F04540

Text Example


Text Example

White with #F04540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04540; }

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

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

background-color css

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

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

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

border-color css

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

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

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