#f1483b

Color #F1483B Sunset Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sunset Orange #F1483B

Tints of Sunset Orange #F1483B

Color information

#F1483B (or 0xF1483B) is unknown color: approx Sunset Orange. HEX triplet: F1, 48 and 3B. RGB value is (241,72,59). Sum of RGB (Red+Green+Blue) = 241+72+59=372 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.78% from 372); Green value is 72 (28.52% from 255 or 19.35% from 372); Blue value is 59 (23.44% from 255 or 15.86% from 372); Max value from RGB is 241 - color contains mainly: red. Hex color #F1483B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1483B is #0EB7C4. Grayscale: #797979. Windows color (decimal): -964549 or 3885297. OLE color: 3885297.

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

Color convert

RGB2417259-
CMYK00.700.760.05
HSL4.29º86.67%58.82%-
HSV(B)4.29º75.52%94.51%-
XYZ39.3823.656.63-
YUV121.0592.99213.56-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 64.78%
GREEN value IS 72 (28.52% from 255) = 19.35%
BLUE value IS 59 (23.44% from 255) = 15.86%
R=64.78%
G=19.35%
B=15.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.76
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241725900.700.760.054.2986.6758.82
HexF1483B0464C54573b
Octal3611107301061145412773
Binary1111000110010001110110100011010011001011001010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f1483b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f1483b; }

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

 H1.HeaderClassName
 {
   color: #f1483b;
 }
 .AnyTagClassName
 {
   color: #f1483b;
 }
</style>
background-color css

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

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

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

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

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

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