#FF5F3E

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

Shades of Outrageous Orange #FF5F3E

Tints of Outrageous Orange #FF5F3E

Color information

#FF5F3E (or 0xFF5F3E) is unknown color: approx Outrageous Orange. HEX triplet: FF, 5F and 3E. RGB value is (255,95,62). Sum of RGB (Red+Green+Blue) = 255+95+62=412 (54% of max value = 765). Red value is 255 (100% from 255 or 61.89% from 412); Green value is 95 (37.5% from 255 or 23.06% from 412); Blue value is 62 (24.61% from 255 or 15.05% from 412); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5F3E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF5F3E is #00A0C1. Grayscale: #8B8B8B. Windows color (decimal): -41154 or 4087807. OLE color: 4087807.

HSL color Cylindrical-coordinate representation of color #FF5F3E: hue angle of 10.26º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FF5F3E is Cyan = 0, Magento = 0.63, Yellow = 0.76 and Black (K on CMYK) = 0.

Color convert

RGB2559562-
CMYK00.630.760
HSL10.26º100%62.16%-
HSV(B)10.26º75.69%100%-
XYZ46.229.797.87-
YUV139.0884.51210.68-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 61.89%
GREEN value IS 95 (37.5% from 255) = 23.06%
BLUE value IS 62 (24.61% from 255) = 15.05%
R=61.89%
G=23.06%
B=15.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.76
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255956200.630.76010.2610062.16
HexFF5F3E03F4C0a643e
Octal3771377607711401214476
Binary11111111101111111111001111111001100010101100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF5F3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF5F3E; }

 p { color: rgb(255,95,62); }

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

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

 a { background-color: rgb(255,95,62); }

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

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

 span { border-color: rgb(255,95,62); }

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