#FD3706

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

Shades of Orange Red #FD3706

Tints of Orange Red #FD3706

Color information

#FD3706 (or 0xFD3706) is unknown color: approx Orange Red. HEX triplet: FD, 37 and 06. RGB value is (253,55,6). Sum of RGB (Red+Green+Blue) = 253+55+6=314 (41% of max value = 765). Red value is 253 (99.22% from 255 or 80.57% from 314); Green value is 55 (21.88% from 255 or 17.52% from 314); Blue value is 6 (2.73% from 255 or 1.91% from 314); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3706 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD3706 is #02C8F9. Grayscale: #6D6D6D. Windows color (decimal): -182522 or 407549. OLE color: 407549.

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

Color convert

RGB253556-
CMYK00.780.980.01
HSL11.9º98.41%50.78%-
HSV(B)11.9º97.63%99.22%-
XYZ41.9123.632.52-
YUV108.6270.1230.98-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 80.57%
GREEN value IS 55 (21.88% from 255) = 17.52%
BLUE value IS 6 (2.73% from 255) = 1.91%
R=80.57%
G=17.52%
B=1.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.98
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25355600.780.980.0111.998.4150.78
HexFD37604E621c6233
Octal375676011614211414263
Binary11111101110111110010011101100010111001100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD3706

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD3706; }

 p { color: rgb(253,55,6); }

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

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

 a { background-color: rgb(253,55,6); }

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

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

 span { border-color: rgb(253,55,6); }

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