#F84135

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

Shades of Red Orange #F84135

Tints of Red Orange #F84135

Color information

#F84135 (or 0xF84135) is unknown color: approx Red Orange. HEX triplet: F8, 41 and 35. RGB value is (248,65,53). Sum of RGB (Red+Green+Blue) = 248+65+53=366 (48% of max value = 765). Red value is 248 (97.27% from 255 or 67.76% from 366); Green value is 65 (25.78% from 255 or 17.76% from 366); Blue value is 53 (21.09% from 255 or 14.48% from 366); Max value from RGB is 248 - color contains mainly: red. Hex color #F84135 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F84135 is #07BECA. Grayscale: #767676. Windows color (decimal): -507595 or 3490296. OLE color: 3490296.

HSL color Cylindrical-coordinate representation of color #F84135: hue angle of 3.69º 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 #F84135 is Cyan = 0, Magento = 0.74, Yellow = 0.79 and Black (K on CMYK) = 0.03.

Color convert

RGB2486553-
CMYK00.740.790.03
HSL3.69º93.3%59.02%-
HSV(B)3.69º78.63%97.25%-
XYZ41.2423.995.83-
YUV118.3591.13220.48-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 67.76%
GREEN value IS 65 (25.78% from 255) = 17.76%
BLUE value IS 53 (21.09% from 255) = 14.48%
R=67.76%
G=17.76%
B=14.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.79
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal248655300.740.790.033.6993.359.02
HexF8413504A4F345d3b
Octal3701016501121173413573
Binary111110001000001110101010010101001111111001011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F84135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F84135; }

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

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

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

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

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

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

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

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