#F35E3A

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

Shades of Outrageous Orange #F35E3A

Tints of Outrageous Orange #F35E3A

Color information

#F35E3A (or 0xF35E3A) is unknown color: approx Outrageous Orange. HEX triplet: F3, 5E and 3A. RGB value is (243,94,58). Sum of RGB (Red+Green+Blue) = 243+94+58=395 (52% of max value = 765). Red value is 243 (95.31% from 255 or 61.52% from 395); Green value is 94 (37.11% from 255 or 23.80% from 395); Blue value is 58 (23.05% from 255 or 14.68% from 395); Max value from RGB is 243 - color contains mainly: red. Hex color #F35E3A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F35E3A is #0CA1C5. Grayscale: #868686. Windows color (decimal): -827846 or 3825395. OLE color: 3825395.

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

Color convert

RGB2439458-
CMYK00.610.760.05
HSL11.68º88.52%59.02%-
HSV(B)11.68º76.13%95.29%-
XYZ41.7327.377.09-
YUV134.4584.86205.43-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 61.52%
GREEN value IS 94 (37.11% from 255) = 23.80%
BLUE value IS 58 (23.05% from 255) = 14.68%
R=61.52%
G=23.80%
B=14.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.76
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal243945800.610.760.0511.6888.5259.02
HexF35E3A03D4C5c593b
Octal3631367207511451413173
Binary1111001110111101110100111101100110010111001011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F35E3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F35E3A; }

 p { color: rgb(243,94,58); }

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

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

 a { background-color: rgb(243,94,58); }

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

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

 span { border-color: rgb(243,94,58); }

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