Html Css Color HEX #F1564C Sunset Orange

📋 copy color: '#F1564C'

red 241 ◦ green 86 ◦ blue 76

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

Shades of Sunset Orange #F1564C

Tints of Sunset Orange #F1564C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 18.86%

R = 59.8%
G = 21.34%
B = 18.86%

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

#F1564C (or 0xF1564C) is known color: Sunset Orange. HEX triplet: F1, 56 and 4C. RGB value is (241,86,76). Sum of RGB (Red+Green+Blue) = 241+86+76=403 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.80% from 403); Green value is 86 (33.98% from 255 or 21.34% from 403); Blue value is 76 (30.08% from 255 or 18.86% from 403); Max value from RGB is 241 - color contains mainly: red. Hex color #F1564C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F1564C is #0EA9B3. Grayscale: #838383. Windows color (decimal): -960948 or 5002993. OLE color: 5002993.

HSL color Cylindrical-coordinate representation of color #F1564C: hue angle of 3.64º 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 #F1564C is Cyan = 0, Magento = 0.64, Yellow = 0.68 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 86 76 -
CMYK 0 0.64 0.68 0.05
HSL 3.64º 0.85% 0.62% -
HSV(B) 3.64º 0.68% 0.95% -
XYZ 40.91 25.88 9.68 -
YUV 131.21 96.85 206.31 -
System Red Green Blue C M Y K H S L
Decimal 241 86 76 0 0.64 0.68 0.05 3.64 0.85 0.62
Hex F1 56 4C 0 40 44 5 4 55 3E
Octal 361 126 114 0 100 104 5 4 125 76
Binary 11110001 1010110 1001100 0 1000000 1000100 101 100 1010101 111110

Color Harmonies of #F1564C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1564C

Black with #F1564C

Text Example


Text Example

White with #F1564C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1564C; }

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

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

background-color css

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

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

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

border-color css

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

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

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