Html Css Color HEX #F1554C Sunset Orange

📋 copy color: '#F1554C'

red 241 ◦ green 85 ◦ blue 76

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

Shades of Sunset Orange #F1554C

Tints of Sunset Orange #F1554C

RGB

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

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

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

R = 59.95%
G = 21.14%
B = 18.91%

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

#F1554C (or 0xF1554C) is known color: Sunset Orange. HEX triplet: F1, 55 and 4C. RGB value is (241,85,76). Sum of RGB (Red+Green+Blue) = 241+85+76=402 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.95% from 402); Green value is 85 (33.59% from 255 or 21.14% from 402); Blue value is 76 (30.08% from 255 or 18.91% from 402); Max value from RGB is 241 - color contains mainly: red. Hex color #F1554C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F1554C is #0EAAB3. Grayscale: #828282. Windows color (decimal): -961204 or 5002737. OLE color: 5002737.

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

Color convert

RGB 241 85 76 -
CMYK 0 0.65 0.68 0.05
HSL 3.27º 0.85% 0.62% -
HSV(B) 3.27º 0.68% 0.95% -
XYZ 40.83 25.72 9.65 -
YUV 130.62 97.18 206.73 -
System Red Green Blue C M Y K H S L
Decimal 241 85 76 0 0.65 0.68 0.05 3.27 0.85 0.62
Hex F1 55 4C 0 41 44 5 3 55 3E
Octal 361 125 114 0 101 104 5 3 125 76
Binary 11110001 1010101 1001100 0 1000001 1000100 101 11 1010101 111110

Color Harmonies of #F1554C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1554C

Black with #F1554C

Text Example


Text Example

White with #F1554C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1554C; }

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

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

background-color css

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

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

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

border-color css

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

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

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