Html Css Color HEX #F1513C Sunset Orange

📋 copy color: '#F1513C'

red 241 ◦ green 81 ◦ blue 60

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

Shades of Sunset Orange #F1513C

Tints of Sunset Orange #F1513C

RGB

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

 GREEN value IS 81 (32.03% from 255) = 21.2%

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

R = 63.09%
G = 21.2%
B = 15.71%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.75

 K value IS 0.05

RGB Variations

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

Color information

#F1513C (or 0xF1513C) is known color: Sunset Orange. HEX triplet: F1, 51 and 3C. RGB value is (241,81,60). Sum of RGB (Red+Green+Blue) = 241+81+60=382 (50% of max value = 765). Red value is 241 (94.53% from 255 or 63.09% from 382); Green value is 81 (32.03% from 255 or 21.20% from 382); Blue value is 60 (23.83% from 255 or 15.71% from 382); Max value from RGB is 241 - color contains mainly: red. Hex color #F1513C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F1513C is #0EAEC3. Grayscale: #7E7E7E. Windows color (decimal): -962244 or 3953137. OLE color: 3953137.

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

Color convert

RGB 241 81 60 -
CMYK 0 0.66 0.75 0.05
HSL 6.96º 0.87% 0.59% -
HSV(B) 6.96º 0.75% 0.95% -
XYZ 40.03 24.91 6.97 -
YUV 126.45 90.51 209.71 -
System Red Green Blue C M Y K H S L
Decimal 241 81 60 0 0.66 0.75 0.05 6.96 0.87 0.59
Hex F1 51 3C 0 42 4B 5 7 57 3B
Octal 361 121 74 0 102 113 5 7 127 73
Binary 11110001 1010001 111100 0 1000010 1001011 101 111 1010111 111011

Color Harmonies of #F1513C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1513C

Black with #F1513C

Text Example


Text Example

White with #F1513C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1513C; }

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

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

background-color css

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

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

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

border-color css

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

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

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