#FD613B

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

Shades of Outrageous Orange #FD613B

Tints of Outrageous Orange #FD613B

Color information

#FD613B (or 0xFD613B) is unknown color: approx Outrageous Orange. HEX triplet: FD, 61 and 3B. RGB value is (253,97,59). Sum of RGB (Red+Green+Blue) = 253+97+59=409 (54% of max value = 765). Red value is 253 (99.22% from 255 or 61.86% from 409); Green value is 97 (38.28% from 255 or 23.72% from 409); Blue value is 59 (23.44% from 255 or 14.43% from 409); Max value from RGB is 253 - color contains mainly: red. Hex color #FD613B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD613B is #029EC4. Grayscale: #8B8B8B. Windows color (decimal): -171717 or 3891709. OLE color: 3891709.

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

Color convert

RGB2539759-
CMYK00.620.770.01
HSL11.75º97.98%61.18%-
HSV(B)11.75º76.68%99.22%-
XYZ45.5729.757.48-
YUV139.3182.68209.09-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 61.86%
GREEN value IS 97 (38.28% from 255) = 23.72%
BLUE value IS 59 (23.44% from 255) = 14.43%
R=61.86%
G=23.72%
B=14.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.77
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal253975900.620.770.0111.7597.9861.18
HexFD613B03E4D1c623d
Octal3751417307611511414275
Binary11111101110000111101101111101001101111001100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD613B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD613B; }

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

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

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

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

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

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

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

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