#FD642E

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

Shades of Outrageous Orange #FD642E

Tints of Outrageous Orange #FD642E

Color information

#FD642E (or 0xFD642E) is unknown color: approx Outrageous Orange. HEX triplet: FD, 64 and 2E. RGB value is (253,100,46). Sum of RGB (Red+Green+Blue) = 253+100+46=399 (52% of max value = 765). Red value is 253 (99.22% from 255 or 63.41% from 399); Green value is 100 (39.45% from 255 or 25.06% from 399); Blue value is 46 (18.36% from 255 or 11.53% from 399); Max value from RGB is 253 - color contains mainly: red. Hex color #FD642E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD642E is #029BD1. Grayscale: #8B8B8B. Windows color (decimal): -170962 or 3040509. OLE color: 3040509.

HSL color Cylindrical-coordinate representation of color #FD642E: hue angle of 15.65º 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 #FD642E is Cyan = 0, Magento = 0.60, Yellow = 0.82 and Black (K on CMYK) = 0.01.

Color convert

RGB25310046-
CMYK00.600.820.01
HSL15.65º98.1%58.63%-
HSV(B)15.65º81.82%99.22%-
XYZ45.5630.196.01-
YUV139.5975.19208.89-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 63.41%
GREEN value IS 100 (39.45% from 255) = 25.06%
BLUE value IS 46 (18.36% from 255) = 11.53%
R=63.41%
G=25.06%
B=11.53%

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
Decimal2531004600.600.820.0115.6598.158.63
HexFD642E03C52110623b
Octal3751445607412212014273
Binary111111011100100101110011110010100101100001100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD642E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD642E; }

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

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

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

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

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

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

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

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