Html Css Color HEX #F1504C Sunset Orange

📋 copy color: '#F1504C'

red 241 ◦ green 80 ◦ blue 76

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

Shades of Sunset Orange #F1504C

Tints of Sunset Orange #F1504C

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.15%

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

R = 60.71%
G = 20.15%
B = 19.14%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.68

 K value IS 0.05

RGB Variations

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

Color information

#F1504C (or 0xF1504C) is known color: Sunset Orange. HEX triplet: F1, 50 and 4C. RGB value is (241,80,76). Sum of RGB (Red+Green+Blue) = 241+80+76=397 (52% of max value = 765). Red value is 241 (94.53% from 255 or 60.71% from 397); Green value is 80 (31.64% from 255 or 20.15% from 397); Blue value is 76 (30.08% from 255 or 19.14% from 397); Max value from RGB is 241 - color contains mainly: red. Hex color #F1504C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F1504C is #0EAFB3. Grayscale: #7F7F7F. Windows color (decimal): -962484 or 5001457. OLE color: 5001457.

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

Color convert

RGB 241 80 76 -
CMYK 0 0.67 0.68 0.05
HSL 1.45º 0.85% 0.62% -
HSV(B) 1.45º 0.68% 0.95% -
XYZ 40.45 24.96 9.52 -
YUV 127.68 98.84 208.83 -
System Red Green Blue C M Y K H S L
Decimal 241 80 76 0 0.67 0.68 0.05 1.45 0.85 0.62
Hex F1 50 4C 0 43 44 5 1 55 3E
Octal 361 120 114 0 103 104 5 1 125 76
Binary 11110001 1010000 1001100 0 1000011 1000100 101 1 1010101 111110

Color Harmonies of #F1504C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1504C

Black with #F1504C

Text Example


Text Example

White with #F1504C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1504C; }

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

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

background-color css

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

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

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

border-color css

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

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

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