#F8483C

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

Shades of Sunset Orange #F8483C

Tints of Sunset Orange #F8483C

Color information

#F8483C (or 0xF8483C) is unknown color: approx Sunset Orange. HEX triplet: F8, 48 and 3C. RGB value is (248,72,60). Sum of RGB (Red+Green+Blue) = 248+72+60=380 (50% of max value = 765). Red value is 248 (97.27% from 255 or 65.26% from 380); Green value is 72 (28.52% from 255 or 18.95% from 380); Blue value is 60 (23.83% from 255 or 15.79% from 380); Max value from RGB is 248 - color contains mainly: red. Hex color #F8483C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F8483C is #07B7C3. Grayscale: #7B7B7B. Windows color (decimal): -505796 or 3950840. OLE color: 3950840.

HSL color Cylindrical-coordinate representation of color #F8483C: hue angle of 3.83º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F8483C is Cyan = 0, Magento = 0.71, Yellow = 0.76 and Black (K on CMYK) = 0.03.

Color convert

RGB2487260-
CMYK00.710.760.03
HSL3.83º93.07%60.39%-
HSV(B)3.83º75.81%97.25%-
XYZ41.8424.926.88-
YUV123.2692.31216.98-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 65.26%
GREEN value IS 72 (28.52% from 255) = 18.95%
BLUE value IS 60 (23.83% from 255) = 15.79%
R=65.26%
G=18.95%
B=15.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.76
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal248726000.710.760.033.8393.0760.39
HexF8483C0474C345d3c
Octal3701107401071143413574
Binary111110001001000111100010001111001100111001011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8483C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8483C; }

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

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

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

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

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

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

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

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