#FD6327

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

Shades of Outrageous Orange #FD6327

Tints of Outrageous Orange #FD6327

Color information

#FD6327 (or 0xFD6327) is unknown color: approx Outrageous Orange. HEX triplet: FD, 63 and 27. RGB value is (253,99,39). Sum of RGB (Red+Green+Blue) = 253+99+39=391 (51% of max value = 765). Red value is 253 (99.22% from 255 or 64.71% from 391); Green value is 99 (39.06% from 255 or 25.32% from 391); Blue value is 39 (15.62% from 255 or 9.97% from 391); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6327 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD6327 is #029CD8. Grayscale: #8A8A8A. Windows color (decimal): -171225 or 2581501. OLE color: 2581501.

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

Color convert

RGB2539939-
CMYK00.610.850.01
HSL16.82º98.17%57.25%-
HSV(B)16.82º84.58%99.22%-
XYZ45.3429.955.31-
YUV138.2172.02209.88-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 64.71%
GREEN value IS 99 (39.06% from 255) = 25.32%
BLUE value IS 39 (15.62% from 255) = 9.97%
R=64.71%
G=25.32%
B=9.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.85
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal253993900.610.850.0116.8298.1757.25
HexFD632703D551116239
Octal3751434707512512114271
Binary111111011100011100111011110110101011100011100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD6327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD6327; }

 p { color: rgb(253,99,39); }

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

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

 a { background-color: rgb(253,99,39); }

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

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

 span { border-color: rgb(253,99,39); }

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