#F83604

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

Shades of Orange Red #F83604

Tints of Orange Red #F83604

Color information

#F83604 (or 0xF83604) is unknown color: approx Orange Red. HEX triplet: F8, 36 and 04. RGB value is (248,54,4). Sum of RGB (Red+Green+Blue) = 248+54+4=306 (40% of max value = 765). Red value is 248 (97.27% from 255 or 81.05% from 306); Green value is 54 (21.48% from 255 or 17.65% from 306); Blue value is 4 (1.95% from 255 or 1.31% from 306); Max value from RGB is 248 - color contains mainly: red. Hex color #F83604 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F83604 is #07C9FB. Grayscale: #6A6A6A. Windows color (decimal): -510460 or 276216. OLE color: 276216.

HSL color Cylindrical-coordinate representation of color #F83604: hue angle of 12.3º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F83604 is Cyan = 0, Magento = 0.78, Yellow = 0.98 and Black (K on CMYK) = 0.03.

Color convert

RGB248544-
CMYK00.780.980.03
HSL12.3º96.83%49.41%-
HSV(B)12.3º98.39%97.25%-
XYZ40.0522.62.37-
YUV106.3170.27229.07-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 81.05%
GREEN value IS 54 (21.48% from 255) = 17.65%
BLUE value IS 4 (1.95% from 255) = 1.31%
R=81.05%
G=17.65%
B=1.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.98
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24854400.780.980.0312.396.8349.41
HexF836404E623c6131
Octal370664011614231414161
Binary111110001101101000100111011000101111001100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F83604

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F83604; }

 p { color: rgb(248,54,4); }

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

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

 a { background-color: rgb(248,54,4); }

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

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

 span { border-color: rgb(248,54,4); }

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