#F6552D

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

Shades of Outrageous Orange #F6552D

Tints of Outrageous Orange #F6552D

Color information

#F6552D (or 0xF6552D) is unknown color: approx Outrageous Orange. HEX triplet: F6, 55 and 2D. RGB value is (246,85,45). Sum of RGB (Red+Green+Blue) = 246+85+45=376 (49% of max value = 765). Red value is 246 (96.48% from 255 or 65.43% from 376); Green value is 85 (33.59% from 255 or 22.61% from 376); Blue value is 45 (17.97% from 255 or 11.97% from 376); Max value from RGB is 246 - color contains mainly: red. Hex color #F6552D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F6552D is #09AAD2. Grayscale: #808080. Windows color (decimal): -633555 or 2971126. OLE color: 2971126.

HSL color Cylindrical-coordinate representation of color #F6552D: hue angle of 11.94º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F6552D is Cyan = 0, Magento = 0.65, Yellow = 0.82 and Black (K on CMYK) = 0.04.

Color convert

RGB2468545-
CMYK00.650.820.04
HSL11.94º91.78%57.06%-
HSV(B)11.94º81.71%96.47%-
XYZ41.7326.285.36-
YUV128.5880.84211.75-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 65.43%
GREEN value IS 85 (33.59% from 255) = 22.61%
BLUE value IS 45 (17.97% from 255) = 11.97%
R=65.43%
G=22.61%
B=11.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.82
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal246854500.650.820.0411.9491.7857.06
HexF6552D041524c5c39
Octal36612555010112241413471
Binary11110110101010110110101000001101001010011001011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6552D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6552D; }

 p { color: rgb(246,85,45); }

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

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

 a { background-color: rgb(246,85,45); }

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

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

 span { border-color: rgb(246,85,45); }

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