Html Css Color HEX #F1493D Sunset Orange

📋 copy color: '#F1493D'

red 241 ◦ green 73 ◦ blue 61

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

Shades of Sunset Orange #F1493D

Tints of Sunset Orange #F1493D

RGB

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

 GREEN value IS 73 (28.91% from 255) = 19.47%

 BLUE value IS 61 (24.22% from 255) = 16.27%

R = 64.27%
G = 19.47%
B = 16.27%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.75

 K value IS 0.05

RGB Variations

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

Color information

#F1493D (or 0xF1493D) is known color: Sunset Orange. HEX triplet: F1, 49 and 3D. RGB value is (241,73,61). Sum of RGB (Red+Green+Blue) = 241+73+61=375 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.27% from 375); Green value is 73 (28.91% from 255 or 19.47% from 375); Blue value is 61 (24.22% from 255 or 16.27% from 375); Max value from RGB is 241 - color contains mainly: red. Hex color #F1493D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1493D is #0EB6C2. Grayscale: #7A7A7A. Windows color (decimal): -964291 or 4016625. OLE color: 4016625.

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

Color convert

RGB 241 73 61 -
CMYK 0 0.70 0.75 0.05
HSL 0.87% 0.59% -
HSV(B) 0.75% 0.95% -
XYZ 39.5 23.8 6.93 -
YUV 121.86 93.66 212.98 -
System Red Green Blue C M Y K H S L
Decimal 241 73 61 0 0.70 0.75 0.05 4 0.87 0.59
Hex F1 49 3D 0 46 4B 5 4 57 3B
Octal 361 111 75 0 106 113 5 4 127 73
Binary 11110001 1001001 111101 0 1000110 1001011 101 100 1010111 111011

Color Harmonies of #F1493D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1493D

Black with #F1493D

Text Example


Text Example

White with #F1493D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1493D; }

 p { color: rgb(241,73,61); }

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

background-color css

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

 a { background-color: rgb(241,73,61); }

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

border-color css

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

 span { border-color: rgb(241,73,61); }

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