#F35630

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

Shades of Outrageous Orange #F35630

Tints of Outrageous Orange #F35630

Color information

#F35630 (or 0xF35630) is unknown color: approx Outrageous Orange. HEX triplet: F3, 56 and 30. RGB value is (243,86,48). Sum of RGB (Red+Green+Blue) = 243+86+48=377 (49% of max value = 765). Red value is 243 (95.31% from 255 or 64.46% from 377); Green value is 86 (33.98% from 255 or 22.81% from 377); Blue value is 48 (19.14% from 255 or 12.73% from 377); Max value from RGB is 243 - color contains mainly: red. Hex color #F35630 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F35630 is #0CA9CF. Grayscale: #808080. Windows color (decimal): -829904 or 3167987. OLE color: 3167987.

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

Color convert

RGB2438648-
CMYK00.650.800.05
HSL11.69º89.04%57.06%-
HSV(B)11.69º80.25%95.29%-
XYZ40.8225.925.65-
YUV128.6182.51209.59-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 64.46%
GREEN value IS 86 (33.98% from 255) = 22.81%
BLUE value IS 48 (19.14% from 255) = 12.73%
R=64.46%
G=22.81%
B=12.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.80
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal243864800.650.800.0511.6989.0457.06
HexF35630041505c5939
Octal36312660010112051413171
Binary11110011101011011000001000001101000010111001011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F35630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F35630; }

 p { color: rgb(243,86,48); }

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

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

 a { background-color: rgb(243,86,48); }

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

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

 span { border-color: rgb(243,86,48); }

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