#F83A1F

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

Shades of Red Orange #F83A1F

Tints of Red Orange #F83A1F

Color information

#F83A1F (or 0xF83A1F) is unknown color: approx Red Orange. HEX triplet: F8, 3A and 1F. RGB value is (248,58,31). Sum of RGB (Red+Green+Blue) = 248+58+31=337 (44% of max value = 765). Red value is 248 (97.27% from 255 or 73.59% from 337); Green value is 58 (23.05% from 255 or 17.21% from 337); Blue value is 31 (12.5% from 255 or 9.20% from 337); Max value from RGB is 248 - color contains mainly: red. Hex color #F83A1F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F83A1F is #07C5E0. Grayscale: #707070. Windows color (decimal): -509409 or 2046712. OLE color: 2046712.

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

Color convert

RGB2485831-
CMYK00.770.880.03
HSL7.47º93.94%54.71%-
HSV(B)7.47º87.5%97.25%-
XYZ40.4723.083.62-
YUV111.7382.45225.2-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 73.59%
GREEN value IS 58 (23.05% from 255) = 17.21%
BLUE value IS 31 (12.5% from 255) = 9.20%
R=73.59%
G=17.21%
B=9.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.88
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal248583100.770.880.037.4793.9454.71
HexF83A1F04D58375e37
Octal370723701151303713667
Binary1111100011101011111010011011011000111111011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F83A1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F83A1F; }

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

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

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

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

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

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

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

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