#F35535

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

Shades of Outrageous Orange #F35535

Tints of Outrageous Orange #F35535

Color information

#F35535 (or 0xF35535) is unknown color: approx Outrageous Orange. HEX triplet: F3, 55 and 35. RGB value is (243,85,53). Sum of RGB (Red+Green+Blue) = 243+85+53=381 (50% of max value = 765). Red value is 243 (95.31% from 255 or 63.78% from 381); Green value is 85 (33.59% from 255 or 22.31% from 381); Blue value is 53 (21.09% from 255 or 13.91% from 381); Max value from RGB is 243 - color contains mainly: red. Hex color #F35535 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F35535 is #0CAACA. Grayscale: #808080. Windows color (decimal): -830155 or 3495411. OLE color: 3495411.

HSL color Cylindrical-coordinate representation of color #F35535: hue angle of 10.11º 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 #F35535 is Cyan = 0, Magento = 0.65, Yellow = 0.78 and Black (K on CMYK) = 0.05.

Color convert

RGB2438553-
CMYK00.650.780.05
HSL10.11º88.79%58.04%-
HSV(B)10.11º78.19%95.29%-
XYZ40.8525.816.2-
YUV128.5985.35209.6-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 63.78%
GREEN value IS 85 (33.59% from 255) = 22.31%
BLUE value IS 53 (21.09% from 255) = 13.91%
R=63.78%
G=22.31%
B=13.91%

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
Decimal243855300.650.780.0510.1188.7958.04
HexF355350414E5a593a
Octal36312565010111651213172
Binary11110011101010111010101000001100111010110101011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F35535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F35535; }

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

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

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

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

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

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

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

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