Html Css Color HEX #F1554D Sunset Orange

📋 copy color: '#F1554D'

red 241 ◦ green 85 ◦ blue 77

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

Shades of Sunset Orange #F1554D

Tints of Sunset Orange #F1554D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 21.09%

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

R = 59.8%
G = 21.09%
B = 19.11%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.68

 K value IS 0.05

RGB Variations

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

Color information

#F1554D (or 0xF1554D) is known color: Sunset Orange. HEX triplet: F1, 55 and 4D. RGB value is (241,85,77). Sum of RGB (Red+Green+Blue) = 241+85+77=403 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.80% from 403); Green value is 85 (33.59% from 255 or 21.09% from 403); Blue value is 77 (30.47% from 255 or 19.11% from 403); Max value from RGB is 241 - color contains mainly: red. Hex color #F1554D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F1554D is #0EAAB2. Grayscale: #828282. Windows color (decimal): -961203 or 5068273. OLE color: 5068273.

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

Color convert

RGB 241 85 77 -
CMYK 0 0.65 0.68 0.05
HSL 2.93º 0.85% 0.62% -
HSV(B) 2.93º 0.68% 0.95% -
XYZ 40.86 25.73 9.83 -
YUV 130.73 97.68 206.65 -
System Red Green Blue C M Y K H S L
Decimal 241 85 77 0 0.65 0.68 0.05 2.93 0.85 0.62
Hex F1 55 4D 0 41 44 5 3 55 3E
Octal 361 125 115 0 101 104 5 3 125 76
Binary 11110001 1010101 1001101 0 1000001 1000100 101 11 1010101 111110

Color Harmonies of #F1554D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1554D

Black with #F1554D

Text Example


Text Example

White with #F1554D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1554D; }

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

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

background-color css

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

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

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

border-color css

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

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

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