#FD3A06

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

Shades of Orange Red #FD3A06

Tints of Orange Red #FD3A06

Color information

#FD3A06 (or 0xFD3A06) is unknown color: approx Orange Red. HEX triplet: FD, 3A and 06. RGB value is (253,58,6). Sum of RGB (Red+Green+Blue) = 253+58+6=317 (41% of max value = 765). Red value is 253 (99.22% from 255 or 79.81% from 317); Green value is 58 (23.05% from 255 or 18.30% from 317); Blue value is 6 (2.73% from 255 or 1.89% from 317); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3A06 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD3A06 is #02C5F9. Grayscale: #6E6E6E. Windows color (decimal): -181754 or 408317. OLE color: 408317.

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

Color convert

RGB253586-
CMYK00.770.980.01
HSL12.63º98.41%50.78%-
HSV(B)12.63º97.63%99.22%-
XYZ42.0523.922.57-
YUV110.3869.1229.73-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 79.81%
GREEN value IS 58 (23.05% from 255) = 18.30%
BLUE value IS 6 (2.73% from 255) = 1.89%
R=79.81%
G=18.30%
B=1.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.98
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25358600.770.980.0112.6398.4150.78
HexFD3A604D621d6233
Octal375726011514211514263
Binary11111101111010110010011011100010111011100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD3A06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD3A06; }

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

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

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

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

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

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

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

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