Html Css Color HEX #F1504E Sunset Orange

📋 copy color: '#F1504E'

red 241 ◦ green 80 ◦ blue 78

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

Shades of Sunset Orange #F1504E

Tints of Sunset Orange #F1504E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 19.55%

R = 60.4%
G = 20.05%
B = 19.55%

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

#F1504E (or 0xF1504E) is known color: Sunset Orange. HEX triplet: F1, 50 and 4E. RGB value is (241,80,78). Sum of RGB (Red+Green+Blue) = 241+80+78=399 (52% of max value = 765). Red value is 241 (94.53% from 255 or 60.40% from 399); Green value is 80 (31.64% from 255 or 20.05% from 399); Blue value is 78 (30.86% from 255 or 19.55% from 399); Max value from RGB is 241 - color contains mainly: red. Hex color #F1504E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F1504E is #0EAFB1. Grayscale: #808080. Windows color (decimal): -962482 or 5132529. OLE color: 5132529.

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

Color convert

RGB 241 80 78 -
CMYK 0 0.67 0.68 0.05
HSL 0.74º 0.85% 0.63% -
HSV(B) 0.74º 0.68% 0.95% -
XYZ 40.52 24.99 9.9 -
YUV 127.91 99.84 208.66 -
System Red Green Blue C M Y K H S L
Decimal 241 80 78 0 0.67 0.68 0.05 0.74 0.85 0.63
Hex F1 50 4E 0 43 44 5 1 55 3F
Octal 361 120 116 0 103 104 5 1 125 77
Binary 11110001 1010000 1001110 0 1000011 1000100 101 1 1010101 111111

Color Harmonies of #F1504E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1504E

Black with #F1504E

Text Example


Text Example

White with #F1504E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1504E; }

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

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

background-color css

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

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

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

border-color css

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

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

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