Html Css Color HEX #F05446 Sunset Orange

📋 copy color: '#F05446'

red 240 ◦ green 84 ◦ blue 70

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

Shades of Sunset Orange #F05446

Tints of Sunset Orange #F05446

RGB

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

 GREEN value IS 84 (33.2% from 255) = 21.32%

 BLUE value IS 70 (27.73% from 255) = 17.77%

R = 60.91%
G = 21.32%
B = 17.77%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.71

 K value IS 0.06

RGB Variations

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

Color information

#F05446 (or 0xF05446) is known color: Sunset Orange. HEX triplet: F0, 54 and 46. RGB value is (240,84,70). Sum of RGB (Red+Green+Blue) = 240+84+70=394 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.91% from 394); Green value is 84 (33.20% from 255 or 21.32% from 394); Blue value is 70 (27.73% from 255 or 17.77% from 394); Max value from RGB is 240 - color contains mainly: red. Hex color #F05446 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F05446 is #0FABB9. Grayscale: #818181. Windows color (decimal): -1027002 or 4609264. OLE color: 4609264.

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

Color convert

RGB 240 84 70 -
CMYK 0 0.65 0.71 0.06
HSL 4.94º 0.85% 0.61% -
HSV(B) 4.94º 0.71% 0.94% -
XYZ 40.21 25.31 8.56 -
YUV 129.05 94.68 207.14 -
System Red Green Blue C M Y K H S L
Decimal 240 84 70 0 0.65 0.71 0.06 4.94 0.85 0.61
Hex F0 54 46 0 41 47 6 5 55 3D
Octal 360 124 106 0 101 107 6 5 125 75
Binary 11110000 1010100 1000110 0 1000001 1000111 110 101 1010101 111101

Color Harmonies of #F05446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05446

Black with #F05446

Text Example


Text Example

White with #F05446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05446; }

 p { color: rgb(240,84,70); }

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

background-color css

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

 a { background-color: rgb(240,84,70); }

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

border-color css

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

 span { border-color: rgb(240,84,70); }

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