#FD351E

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

Shades of Red Orange #FD351E

Tints of Red Orange #FD351E

Color information

#FD351E (or 0xFD351E) is unknown color: approx Red Orange. HEX triplet: FD, 35 and 1E. RGB value is (253,53,30). Sum of RGB (Red+Green+Blue) = 253+53+30=336 (44% of max value = 765). Red value is 253 (99.22% from 255 or 75.30% from 336); Green value is 53 (21.09% from 255 or 15.77% from 336); Blue value is 30 (12.11% from 255 or 8.93% from 336); Max value from RGB is 253 - color contains mainly: red. Hex color #FD351E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD351E is #02CAE1. Grayscale: #6E6E6E. Windows color (decimal): -183010 or 1979901. OLE color: 1979901.

HSL color Cylindrical-coordinate representation of color #FD351E: hue angle of 6.19º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FD351E is Cyan = 0, Magento = 0.79, Yellow = 0.88 and Black (K on CMYK) = 0.01.

Color convert

RGB2535330-
CMYK00.790.880.01
HSL6.19º98.24%55.49%-
HSV(B)6.19º88.14%99.22%-
XYZ42.0223.523.55-
YUV110.1882.76229.87-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 75.30%
GREEN value IS 53 (21.09% from 255) = 15.77%
BLUE value IS 30 (12.11% from 255) = 8.93%
R=75.30%
G=15.77%
B=8.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.88
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal253533000.790.880.016.1998.2455.49
HexFD351E04F58166237
Octal375653601171301614267
Binary111111011101011111001001111101100011101100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD351E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD351E; }

 p { color: rgb(253,53,30); }

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

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

 a { background-color: rgb(253,53,30); }

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

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

 span { border-color: rgb(253,53,30); }

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