#FD632B

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

Shades of Outrageous Orange #FD632B

Tints of Outrageous Orange #FD632B

Color information

#FD632B (or 0xFD632B) is unknown color: approx Outrageous Orange. HEX triplet: FD, 63 and 2B. RGB value is (253,99,43). Sum of RGB (Red+Green+Blue) = 253+99+43=395 (52% of max value = 765). Red value is 253 (99.22% from 255 or 64.05% from 395); Green value is 99 (39.06% from 255 or 25.06% from 395); Blue value is 43 (17.19% from 255 or 10.89% from 395); Max value from RGB is 253 - color contains mainly: red. Hex color #FD632B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD632B is #029CD4. Grayscale: #8B8B8B. Windows color (decimal): -171221 or 2843645. OLE color: 2843645.

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

Color convert

RGB2539943-
CMYK00.610.830.01
HSL16º98.13%58.04%-
HSV(B)16º83%99.22%-
XYZ45.4129.985.68-
YUV138.6674.02209.55-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 64.05%
GREEN value IS 99 (39.06% from 255) = 25.06%
BLUE value IS 43 (17.19% from 255) = 10.89%
R=64.05%
G=25.06%
B=10.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.83
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal253994300.610.830.011698.1358.04
HexFD632B03D53110623a
Octal3751435307512312014272
Binary111111011100011101011011110110100111100001100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD632B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD632B; }

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

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

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

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

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

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

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

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