#FD652E

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

Shades of Outrageous Orange #FD652E

Tints of Outrageous Orange #FD652E

Color information

#FD652E (or 0xFD652E) is unknown color: approx Outrageous Orange. HEX triplet: FD, 65 and 2E. RGB value is (253,101,46). Sum of RGB (Red+Green+Blue) = 253+101+46=400 (52% of max value = 765). Red value is 253 (99.22% from 255 or 63.25% from 400); Green value is 101 (39.84% from 255 or 25.25% from 400); Blue value is 46 (18.36% from 255 or 11.5% from 400); Max value from RGB is 253 - color contains mainly: red. Hex color #FD652E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD652E is #029AD1. Grayscale: #8C8C8C. Windows color (decimal): -170706 or 3040765. OLE color: 3040765.

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

Color convert

RGB25310146-
CMYK00.600.820.01
HSL15.94º98.1%58.63%-
HSV(B)15.94º81.82%99.22%-
XYZ45.6530.396.04-
YUV140.1874.86208.47-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 63.25%
GREEN value IS 101 (39.84% from 255) = 25.25%
BLUE value IS 46 (18.36% from 255) = 11.5%
R=63.25%
G=25.25%
B=11.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.82
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2531014600.600.820.0115.9498.158.63
HexFD652E03C52110623b
Octal3751455607412212014273
Binary111111011100101101110011110010100101100001100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD652E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD652E; }

 p { color: rgb(253,101,46); }

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

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

 a { background-color: rgb(253,101,46); }

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

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

 span { border-color: rgb(253,101,46); }

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