Html Css Color HEX #F1504A Sunset Orange

📋 copy color: '#F1504A'

red 241 ◦ green 80 ◦ blue 74

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

Shades of Sunset Orange #F1504A

Tints of Sunset Orange #F1504A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 18.73%

R = 61.01%
G = 20.25%
B = 18.73%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.69

 K value IS 0.05

RGB Variations

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

Color information

#F1504A (or 0xF1504A) is known color: Sunset Orange. HEX triplet: F1, 50 and 4A. RGB value is (241,80,74). Sum of RGB (Red+Green+Blue) = 241+80+74=395 (52% of max value = 765). Red value is 241 (94.53% from 255 or 61.01% from 395); Green value is 80 (31.64% from 255 or 20.25% from 395); Blue value is 74 (29.30% from 255 or 18.73% from 395); Max value from RGB is 241 - color contains mainly: red. Hex color #F1504A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F1504A is #0EAFB5. Grayscale: #7F7F7F. Windows color (decimal): -962486 or 4870385. OLE color: 4870385.

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

Color convert

RGB 241 80 74 -
CMYK 0 0.67 0.69 0.05
HSL 2.16º 0.86% 0.62% -
HSV(B) 2.16º 0.69% 0.95% -
XYZ 40.38 24.93 9.16 -
YUV 127.46 97.84 208.99 -
System Red Green Blue C M Y K H S L
Decimal 241 80 74 0 0.67 0.69 0.05 2.16 0.86 0.62
Hex F1 50 4A 0 43 45 5 2 56 3E
Octal 361 120 112 0 103 105 5 2 126 76
Binary 11110001 1010000 1001010 0 1000011 1000101 101 10 1010110 111110

Color Harmonies of #F1504A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1504A

Black with #F1504A

Text Example


Text Example

White with #F1504A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1504A; }

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

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

background-color css

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

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

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

border-color css

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

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

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