#F83835

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

Shades of Red Orange #F83835

Tints of Red Orange #F83835

Color information

#F83835 (or 0xF83835) is unknown color: approx Red Orange. HEX triplet: F8, 38 and 35. RGB value is (248,56,53). Sum of RGB (Red+Green+Blue) = 248+56+53=357 (47% of max value = 765). Red value is 248 (97.27% from 255 or 69.47% from 357); Green value is 56 (22.27% from 255 or 15.69% from 357); Blue value is 53 (21.09% from 255 or 14.85% from 357); Max value from RGB is 248 - color contains mainly: red. Hex color #F83835 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F83835 is #07C7CA. Grayscale: #717171. Windows color (decimal): -509899 or 3487992. OLE color: 3487992.

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

Color convert

RGB2485653-
CMYK00.770.790.03
HSL0.92º93.3%59.02%-
HSV(B)0.92º78.63%97.25%-
XYZ40.7723.045.67-
YUV113.0794.11224.24-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 69.47%
GREEN value IS 56 (22.27% from 255) = 15.69%
BLUE value IS 53 (21.09% from 255) = 14.85%
R=69.47%
G=15.69%
B=14.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.79
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal248565300.770.790.030.9293.359.02
HexF8383504D4F315d3b
Octal370706501151173113573
Binary111110001110001101010100110110011111111011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F83835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F83835; }

 p { color: rgb(248,56,53); }

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

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

 a { background-color: rgb(248,56,53); }

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

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

 span { border-color: rgb(248,56,53); }

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