#F83A0D

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

Shades of Orange Red #F83A0D

Tints of Orange Red #F83A0D

Color information

#F83A0D (or 0xF83A0D) is unknown color: approx Orange Red. HEX triplet: F8, 3A and 0D. RGB value is (248,58,13). Sum of RGB (Red+Green+Blue) = 248+58+13=319 (42% of max value = 765). Red value is 248 (97.27% from 255 or 77.74% from 319); Green value is 58 (23.05% from 255 or 18.18% from 319); Blue value is 13 (5.47% from 255 or 4.08% from 319); Max value from RGB is 248 - color contains mainly: red. Hex color #F83A0D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F83A0D is #07C5F2. Grayscale: #6E6E6E. Windows color (decimal): -509427 or 867064. OLE color: 867064.

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

Color convert

RGB2485813-
CMYK00.770.950.03
HSL11.49º94.38%51.18%-
HSV(B)11.49º94.76%97.25%-
XYZ40.323.012.7-
YUV109.6873.45226.66-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 77.74%
GREEN value IS 58 (23.05% from 255) = 18.18%
BLUE value IS 13 (5.47% from 255) = 4.08%
R=77.74%
G=18.18%
B=4.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.95
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal248581300.770.950.0311.4994.3851.18
HexF83AD04D5F3b5e33
Octal3707215011513731313663
Binary1111100011101011010100110110111111110111011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F83A0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F83A0D; }

 p { color: rgb(248,58,13); }

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

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

 a { background-color: rgb(248,58,13); }

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

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

 span { border-color: rgb(248,58,13); }

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