Html Css Color HEX #F1503C Sunset Orange

📋 copy color: '#F1503C'

red 241 ◦ green 80 ◦ blue 60

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

Shades of Sunset Orange #F1503C

Tints of Sunset Orange #F1503C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 15.75%

R = 63.25%
G = 21%
B = 15.75%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.75

 K value IS 0.05

RGB Variations

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

Color information

#F1503C (or 0xF1503C) is known color: Sunset Orange. HEX triplet: F1, 50 and 3C. RGB value is (241,80,60). Sum of RGB (Red+Green+Blue) = 241+80+60=381 (50% of max value = 765). Red value is 241 (94.53% from 255 or 63.25% from 381); Green value is 80 (31.64% from 255 or 21.00% from 381); Blue value is 60 (23.83% from 255 or 15.75% from 381); Max value from RGB is 241 - color contains mainly: red. Hex color #F1503C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F1503C is #0EAFC3. Grayscale: #7E7E7E. Windows color (decimal): -962500 or 3952881. OLE color: 3952881.

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

Color convert

RGB 241 80 60 -
CMYK 0 0.67 0.75 0.05
HSL 6.63º 0.87% 0.59% -
HSV(B) 6.63º 0.75% 0.95% -
XYZ 39.96 24.76 6.95 -
YUV 125.86 90.84 210.13 -
System Red Green Blue C M Y K H S L
Decimal 241 80 60 0 0.67 0.75 0.05 6.63 0.87 0.59
Hex F1 50 3C 0 43 4B 5 7 57 3B
Octal 361 120 74 0 103 113 5 7 127 73
Binary 11110001 1010000 111100 0 1000011 1001011 101 111 1010111 111011

Color Harmonies of #F1503C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1503C

Black with #F1503C

Text Example


Text Example

White with #F1503C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1503C; }

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

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

background-color css

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

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

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

border-color css

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

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

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