#FD613F

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

Shades of Outrageous Orange #FD613F

Tints of Outrageous Orange #FD613F

Color information

#FD613F (or 0xFD613F) is unknown color: approx Outrageous Orange. HEX triplet: FD, 61 and 3F. RGB value is (253,97,63). Sum of RGB (Red+Green+Blue) = 253+97+63=413 (54% of max value = 765). Red value is 253 (99.22% from 255 or 61.26% from 413); Green value is 97 (38.28% from 255 or 23.49% from 413); Blue value is 63 (25% from 255 or 15.25% from 413); Max value from RGB is 253 - color contains mainly: red. Hex color #FD613F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD613F is #029EC0. Grayscale: #8C8C8C. Windows color (decimal): -171713 or 4153853. OLE color: 4153853.

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

Color convert

RGB2539763-
CMYK00.620.750.01
HSL10.74º97.94%61.96%-
HSV(B)10.74º75.1%99.22%-
XYZ45.6829.798.05-
YUV139.7784.68208.76-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 61.26%
GREEN value IS 97 (38.28% from 255) = 23.49%
BLUE value IS 63 (25% from 255) = 15.25%
R=61.26%
G=23.49%
B=15.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.75
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal253976300.620.750.0110.7497.9461.96
HexFD613F03E4B1b623e
Octal3751417707611311314276
Binary11111101110000111111101111101001011110111100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD613F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD613F; }

 p { color: rgb(253,97,63); }

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

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

 a { background-color: rgb(253,97,63); }

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

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

 span { border-color: rgb(253,97,63); }

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