#FD471E

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

Shades of Red Orange #FD471E

Tints of Red Orange #FD471E

Color information

#FD471E (or 0xFD471E) is unknown color: approx Red Orange. HEX triplet: FD, 47 and 1E. RGB value is (253,71,30). Sum of RGB (Red+Green+Blue) = 253+71+30=354 (46% of max value = 765). Red value is 253 (99.22% from 255 or 71.47% from 354); Green value is 71 (28.12% from 255 or 20.06% from 354); Blue value is 30 (12.11% from 255 or 8.47% from 354); Max value from RGB is 253 - color contains mainly: red. Hex color #FD471E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD471E is #02B8E1. Grayscale: #797979. Windows color (decimal): -178402 or 1984509. OLE color: 1984509.

HSL color Cylindrical-coordinate representation of color #FD471E: hue angle of 11.03º 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 #FD471E is Cyan = 0, Magento = 0.72, Yellow = 0.88 and Black (K on CMYK) = 0.01.

Color convert

RGB2537130-
CMYK00.720.880.01
HSL11.03º98.24%55.49%-
HSV(B)11.03º88.14%99.22%-
XYZ4325.483.88-
YUV120.7476.8222.33-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 71.47%
GREEN value IS 71 (28.12% from 255) = 20.06%
BLUE value IS 30 (12.11% from 255) = 8.47%
R=71.47%
G=20.06%
B=8.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.88
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal253713000.720.880.0111.0398.2455.49
HexFD471E048581b6237
Octal37510736011013011314267
Binary11111101100011111110010010001011000110111100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD471E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD471E; }

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

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

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

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

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

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

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

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