#F1483C

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

Shades of Sunset Orange #F1483C

Tints of Sunset Orange #F1483C

Color information

#F1483C (or 0xF1483C) is unknown color: approx Sunset Orange. HEX triplet: F1, 48 and 3C. RGB value is (241,72,60). Sum of RGB (Red+Green+Blue) = 241+72+60=373 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.61% from 373); Green value is 72 (28.52% from 255 or 19.30% from 373); Blue value is 60 (23.83% from 255 or 16.09% from 373); Max value from RGB is 241 - color contains mainly: red. Hex color #F1483C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1483C is #0EB7C3. Grayscale: #797979. Windows color (decimal): -964548 or 3950833. OLE color: 3950833.

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

Color convert

RGB2417260-
CMYK00.700.750.05
HSL3.98º86.6%59.02%-
HSV(B)3.98º75.1%94.51%-
XYZ39.4123.666.77-
YUV121.1693.49213.48-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 64.61%
GREEN value IS 72 (28.52% from 255) = 19.30%
BLUE value IS 60 (23.83% from 255) = 16.09%
R=64.61%
G=19.30%
B=16.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.75
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241726000.700.750.053.9886.659.02
HexF1483C0464B54573b
Octal3611107401061135412773
Binary1111000110010001111000100011010010111011001010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1483C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1483C; }

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

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

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

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

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

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

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

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