#F35C3E

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

Shades of Outrageous Orange #F35C3E

Tints of Outrageous Orange #F35C3E

Color information

#F35C3E (or 0xF35C3E) is unknown color: approx Outrageous Orange. HEX triplet: F3, 5C and 3E. RGB value is (243,92,62). Sum of RGB (Red+Green+Blue) = 243+92+62=397 (52% of max value = 765). Red value is 243 (95.31% from 255 or 61.21% from 397); Green value is 92 (36.33% from 255 or 23.17% from 397); Blue value is 62 (24.61% from 255 or 15.62% from 397); Max value from RGB is 243 - color contains mainly: red. Hex color #F35C3E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F35C3E is #0CA3C1. Grayscale: #858585. Windows color (decimal): -828354 or 4087027. OLE color: 4087027.

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

Color convert

RGB2439262-
CMYK00.620.740.05
HSL9.94º88.29%59.8%-
HSV(B)9.94º74.49%95.29%-
XYZ41.6627.067.58-
YUV133.7387.53205.94-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 61.21%
GREEN value IS 92 (36.33% from 255) = 23.17%
BLUE value IS 62 (24.61% from 255) = 15.62%
R=61.21%
G=23.17%
B=15.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.74
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal243926200.620.740.059.9488.2959.8
HexF35C3E03E4A5a583c
Octal3631347607611251213074
Binary1111001110111001111100111110100101010110101011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F35C3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F35C3E; }

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

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

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

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

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

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

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

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