#f2632b

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

Shades of Outrageous Orange #F2632B

Tints of Outrageous Orange #F2632B

Color information

#F2632B (or 0xF2632B) is unknown color: approx Outrageous Orange. HEX triplet: F2, 63 and 2B. RGB value is (242,99,43). Sum of RGB (Red+Green+Blue) = 242+99+43=384 (50% of max value = 765). Red value is 242 (94.92% from 255 or 63.02% from 384); Green value is 99 (39.06% from 255 or 25.78% from 384); Blue value is 43 (17.19% from 255 or 11.20% from 384); Max value from RGB is 242 - color contains mainly: red. Hex color #F2632B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F2632B is #0D9CD4. Grayscale: #878787. Windows color (decimal): -892117 or 2843634. OLE color: 2843634.

HSL color Cylindrical-coordinate representation of color #F2632B: hue angle of 16.88º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F2632B is Cyan = 0, Magento = 0.59, Yellow = 0.82 and Black (K on CMYK) = 0.05.

Color convert

RGB2429943-
CMYK00.590.820.05
HSL16.88º88.44%55.88%-
HSV(B)16.88º82.23%94.9%-
XYZ41.5227.985.5-
YUV135.3775.88204.05-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 63.02%
GREEN value IS 99 (39.06% from 255) = 25.78%
BLUE value IS 43 (17.19% from 255) = 11.20%
R=63.02%
G=25.78%
B=11.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.82
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal242994300.590.820.0516.8888.4455.88
HexF2632B03B525115838
Octal3621435307312252113070
Binary11110010110001110101101110111010010101100011011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f2632b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f2632b; }

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

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

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

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

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

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

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

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