Html Css Color HEX #F1503B Sunset Orange

📋 copy color: '#F1503B'

red 241 ◦ green 80 ◦ blue 59

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

Shades of Sunset Orange #F1503B

Tints of Sunset Orange #F1503B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 15.53%

R = 63.42%
G = 21.05%
B = 15.53%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.76

 K value IS 0.05

RGB Variations

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

Color information

#F1503B (or 0xF1503B) is known color: Sunset Orange. HEX triplet: F1, 50 and 3B. RGB value is (241,80,59). Sum of RGB (Red+Green+Blue) = 241+80+59=380 (50% of max value = 765). Red value is 241 (94.53% from 255 or 63.42% from 380); Green value is 80 (31.64% from 255 or 21.05% from 380); Blue value is 59 (23.44% from 255 or 15.53% from 380); Max value from RGB is 241 - color contains mainly: red. Hex color #F1503B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F1503B is #0EAFC4. Grayscale: #7D7D7D. Windows color (decimal): -962501 or 3887345. OLE color: 3887345.

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

Color convert

RGB 241 80 59 -
CMYK 0 0.67 0.76 0.05
HSL 6.92º 0.87% 0.59% -
HSV(B) 6.92º 0.76% 0.95% -
XYZ 39.93 24.75 6.81 -
YUV 125.75 90.34 210.21 -
System Red Green Blue C M Y K H S L
Decimal 241 80 59 0 0.67 0.76 0.05 6.92 0.87 0.59
Hex F1 50 3B 0 43 4C 5 7 57 3B
Octal 361 120 73 0 103 114 5 7 127 73
Binary 11110001 1010000 111011 0 1000011 1001100 101 111 1010111 111011

Color Harmonies of #F1503B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1503B

Black with #F1503B

Text Example


Text Example

White with #F1503B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1503B; }

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

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

background-color css

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

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

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

border-color css

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

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

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