Html Css Color HEX #F05344 Sunset Orange

📋 copy color: '#F05344'

red 240 ◦ green 83 ◦ blue 68

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

Shades of Sunset Orange #F05344

Tints of Sunset Orange #F05344

RGB

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

 GREEN value IS 83 (32.81% from 255) = 21.23%

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

R = 61.38%
G = 21.23%
B = 17.39%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.72

 K value IS 0.06

RGB Variations

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

Color information

#F05344 (or 0xF05344) is known color: Sunset Orange. HEX triplet: F0, 53 and 44. RGB value is (240,83,68). Sum of RGB (Red+Green+Blue) = 240+83+68=391 (51% of max value = 765). Red value is 240 (94.14% from 255 or 61.38% from 391); Green value is 83 (32.81% from 255 or 21.23% from 391); Blue value is 68 (26.95% from 255 or 17.39% from 391); Max value from RGB is 240 - color contains mainly: red. Hex color #F05344 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F05344 is #0FACBB. Grayscale: #808080. Windows color (decimal): -1027260 or 4477936. OLE color: 4477936.

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

Color convert

RGB 240 83 68 -
CMYK 0 0.65 0.72 0.06
HSL 5.23º 0.85% 0.6% -
HSV(B) 5.23º 0.72% 0.94% -
XYZ 40.07 25.13 8.21 -
YUV 128.23 94.01 207.72 -
System Red Green Blue C M Y K H S L
Decimal 240 83 68 0 0.65 0.72 0.06 5.23 0.85 0.6
Hex F0 53 44 0 41 48 6 5 55 3C
Octal 360 123 104 0 101 110 6 5 125 74
Binary 11110000 1010011 1000100 0 1000001 1001000 110 101 1010101 111100

Color Harmonies of #F05344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05344

Black with #F05344

Text Example


Text Example

White with #F05344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05344; }

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

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

background-color css

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

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

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

border-color css

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

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

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