Html Css Color HEX #F1564D Sunset Orange

📋 copy color: '#F1564D'

red 241 ◦ green 86 ◦ blue 77

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

Shades of Sunset Orange #F1564D

Tints of Sunset Orange #F1564D

RGB

 RED value IS 241 (94.53% from 255) = 59.65%

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

 BLUE value IS 77 (30.47% from 255) = 19.06%

R = 59.65%
G = 21.29%
B = 19.06%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.68

 K value IS 0.05

RGB Variations

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

Color information

#F1564D (or 0xF1564D) is known color: Sunset Orange. HEX triplet: F1, 56 and 4D. RGB value is (241,86,77). Sum of RGB (Red+Green+Blue) = 241+86+77=404 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.65% from 404); Green value is 86 (33.98% from 255 or 21.29% from 404); Blue value is 77 (30.47% from 255 or 19.06% from 404); Max value from RGB is 241 - color contains mainly: red. Hex color #F1564D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F1564D is #0EA9B2. Grayscale: #838383. Windows color (decimal): -960947 or 5068529. OLE color: 5068529.

HSL color Cylindrical-coordinate representation of color #F1564D: hue angle of 3.29º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F1564D is Cyan = 0, Magento = 0.64, Yellow = 0.68 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 86 77 -
CMYK 0 0.64 0.68 0.05
HSL 3.29º 0.85% 0.62% -
HSV(B) 3.29º 0.68% 0.95% -
XYZ 40.94 25.89 9.86 -
YUV 131.32 97.35 206.23 -
System Red Green Blue C M Y K H S L
Decimal 241 86 77 0 0.64 0.68 0.05 3.29 0.85 0.62
Hex F1 56 4D 0 40 44 5 3 55 3E
Octal 361 126 115 0 100 104 5 3 125 76
Binary 11110001 1010110 1001101 0 1000000 1000100 101 11 1010101 111110

Color Harmonies of #F1564D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1564D

Black with #F1564D

Text Example


Text Example

White with #F1564D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1564D; }

 p { color: rgb(241,86,77); }

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

background-color css

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

 a { background-color: rgb(241,86,77); }

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

border-color css

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

 span { border-color: rgb(241,86,77); }

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