#f8450a

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

Shades of Orange Red #F8450A

Tints of Orange Red #F8450A

Color information

#F8450A (or 0xF8450A) is unknown color: approx Orange Red. HEX triplet: F8, 45 and 0A. RGB value is (248,69,10). Sum of RGB (Red+Green+Blue) = 248+69+10=327 (43% of max value = 765). Red value is 248 (97.27% from 255 or 75.84% from 327); Green value is 69 (27.34% from 255 or 21.10% from 327); Blue value is 10 (4.30% from 255 or 3.06% from 327); Max value from RGB is 248 - color contains mainly: red. Hex color #F8450A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F8450A is #07BAF5. Grayscale: #747474. Windows color (decimal): -506614 or 673272. OLE color: 673272.

HSL color Cylindrical-coordinate representation of color #F8450A: hue angle of 14.87º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F8450A is Cyan = 0, Magento = 0.72, Yellow = 0.96 and Black (K on CMYK) = 0.03.

Color convert

RGB2486910-
CMYK00.720.960.03
HSL14.87º94.44%50.59%-
HSV(B)14.87º95.97%97.25%-
XYZ40.8924.232.81-
YUV115.868.3222.3-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 75.84%
GREEN value IS 69 (27.34% from 255) = 21.10%
BLUE value IS 10 (4.30% from 255) = 3.06%
R=75.84%
G=21.10%
B=3.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.96
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal248691000.720.960.0314.8794.4450.59
HexF845A048603f5e33
Octal37010512011014031713663
Binary11111000100010110100100100011000001111111011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f8450a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f8450a; }

 p { color: rgb(248,69,10); }

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

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

 a { background-color: rgb(248,69,10); }

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

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

 span { border-color: rgb(248,69,10); }

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