#FD613D

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

Shades of Outrageous Orange #FD613D

Tints of Outrageous Orange #FD613D

Color information

#FD613D (or 0xFD613D) is unknown color: approx Outrageous Orange. HEX triplet: FD, 61 and 3D. RGB value is (253,97,61). Sum of RGB (Red+Green+Blue) = 253+97+61=411 (54% of max value = 765). Red value is 253 (99.22% from 255 or 61.56% from 411); Green value is 97 (38.28% from 255 or 23.60% from 411); Blue value is 61 (24.22% from 255 or 14.84% from 411); Max value from RGB is 253 - color contains mainly: red. Hex color #FD613D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD613D is #029EC2. Grayscale: #8B8B8B. Windows color (decimal): -171715 or 4022781. OLE color: 4022781.

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

Color convert

RGB2539761-
CMYK00.620.760.01
HSL11.25º97.96%61.57%-
HSV(B)11.25º75.89%99.22%-
XYZ45.6329.777.76-
YUV139.5483.68208.93-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 61.56%
GREEN value IS 97 (38.28% from 255) = 23.60%
BLUE value IS 61 (24.22% from 255) = 14.84%
R=61.56%
G=23.60%
B=14.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.76
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal253976100.620.760.0111.2597.9661.57
HexFD613D03E4C1b623e
Octal3751417507611411314276
Binary11111101110000111110101111101001100110111100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD613D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD613D; }

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

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

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

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

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

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

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

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