#F35A3E

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

Shades of Outrageous Orange #F35A3E

Tints of Outrageous Orange #F35A3E

Color information

#F35A3E (or 0xF35A3E) is unknown color: approx Outrageous Orange. HEX triplet: F3, 5A and 3E. RGB value is (243,90,62). Sum of RGB (Red+Green+Blue) = 243+90+62=395 (52% of max value = 765). Red value is 243 (95.31% from 255 or 61.52% from 395); Green value is 90 (35.55% from 255 or 22.78% from 395); Blue value is 62 (24.61% from 255 or 15.70% from 395); Max value from RGB is 243 - color contains mainly: red. Hex color #F35A3E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F35A3E is #0CA5C1. Grayscale: #848484. Windows color (decimal): -828866 or 4086515. OLE color: 4086515.

HSL color Cylindrical-coordinate representation of color #F35A3E: hue angle of 9.28º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F35A3E is Cyan = 0, Magento = 0.63, Yellow = 0.74 and Black (K on CMYK) = 0.05.

Color convert

RGB2439062-
CMYK00.630.740.05
HSL9.28º88.29%59.8%-
HSV(B)9.28º74.49%95.29%-
XYZ41.4926.717.53-
YUV132.5688.19206.78-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 61.52%
GREEN value IS 90 (35.55% from 255) = 22.78%
BLUE value IS 62 (24.61% from 255) = 15.70%
R=61.52%
G=22.78%
B=15.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.74
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal243906200.630.740.059.2888.2959.8
HexF35A3E03F4A59583c
Octal3631327607711251113074
Binary1111001110110101111100111111100101010110011011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F35A3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F35A3E; }

 p { color: rgb(243,90,62); }

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

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

 a { background-color: rgb(243,90,62); }

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

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

 span { border-color: rgb(243,90,62); }

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