#F35536

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

Shades of Outrageous Orange #F35536

Tints of Outrageous Orange #F35536

Color information

#F35536 (or 0xF35536) is unknown color: approx Outrageous Orange. HEX triplet: F3, 55 and 36. RGB value is (243,85,54). Sum of RGB (Red+Green+Blue) = 243+85+54=382 (50% of max value = 765). Red value is 243 (95.31% from 255 or 63.61% from 382); Green value is 85 (33.59% from 255 or 22.25% from 382); Blue value is 54 (21.48% from 255 or 14.14% from 382); Max value from RGB is 243 - color contains mainly: red. Hex color #F35536 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F35536 is #0CAAC9. Grayscale: #808080. Windows color (decimal): -830154 or 3560947. OLE color: 3560947.

HSL color Cylindrical-coordinate representation of color #F35536: hue angle of 9.84º degrees, saturation: 0.89, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F35536 is Cyan = 0, Magento = 0.65, Yellow = 0.78 and Black (K on CMYK) = 0.05.

Color convert

RGB2438554-
CMYK00.650.780.05
HSL9.84º88.73%58.24%-
HSV(B)9.84º77.78%95.29%-
XYZ40.8825.826.32-
YUV128.7185.85209.52-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 63.61%
GREEN value IS 85 (33.59% from 255) = 22.25%
BLUE value IS 54 (21.48% from 255) = 14.14%
R=63.61%
G=22.25%
B=14.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.78
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal243855400.650.780.059.8488.7358.24
HexF355360414E5a593a
Octal36312566010111651213172
Binary11110011101010111011001000001100111010110101011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F35536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F35536; }

 p { color: rgb(243,85,54); }

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

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

 a { background-color: rgb(243,85,54); }

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

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

 span { border-color: rgb(243,85,54); }

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